Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 24, 2021
1 parent 8e14c56 commit 0fc8638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/RowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public function testRow()
$post->save();

$this->assertSame(1, $post->id);
$this->assertTrue(isset($post->comment));
$this->assertTrue(isset($db->post[1]));
$this->assertSame($post, $db->post[1]);

Expand Down

0 comments on commit 0fc8638

Please sign in to comment.