Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
shanliu committed Sep 12, 2019
1 parent 54509f3 commit b78f706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/classes/LSYS/DITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function testDi()
}
public function testDiSET()
{
$test=null;
\LSYS\dome_test_di::set(function()use(&$test){
$test=new class extends \LSYS\dome_test_di{};
return $test;
Expand Down

0 comments on commit b78f706

Please sign in to comment.