Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Sep 21, 2019
1 parent 59291b1 commit 757b9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/classes/TestLSYSEntity/EntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ public function testEx()
{
$model1=new DomeModelTest();
$e=new Entity($model1);
$e->name="fff";
// $e->name="fff";
$e->values(array(
// "id"=>"11",
"name"=>"temp"
));
// $e->asArray();
$e->asArray();

// $this->expectException(\LSYS\Entity\Exception::class);
// $sql="select sleep(1)";
Expand Down

0 comments on commit 757b9e3

Please sign in to comment.