Skip to content

Commit

Permalink
Fix for 5.4 and 5.5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 29, 2017
1 parent a1ddd8b commit 34d2223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tests/framework/di/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function testContainerSingletons()
public function testVariadicConstructor()
{
$container = new Container();
$container->get(Variadic::class);
$container->get('yiiunit\framework\di\stubs\Variadic');
}

/**
Expand Down
2 changes: 0 additions & 2 deletions tests/framework/di/stubs/Variadic.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace yiiunit\framework\di\stubs;

use yii\base\Object;

/**
* @author Sam Mousa <[email protected]>
* @since 2.0.13
Expand Down

0 comments on commit 34d2223

Please sign in to comment.