Skip to content

Commit dc70564

Browse files
authored
Merge pull request #11 from Codeception/replace-util-stub
Replace Codeception\Util\Stub with Codeception\Stub in tests
2 parents 59374f2 + 1b7d0a2 commit dc70564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Codeception/Module/AssertsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Codeception\Lib\ModuleContainer;
66
use Codeception\Module\Asserts;
77
use Codeception\PHPUnit\TestCase;
8-
use Codeception\Util\Stub;
8+
use Codeception\Stub;
99
use Exception;
1010
use PHPUnit\Framework\AssertionFailedError;
1111
use RuntimeException;

0 commit comments

Comments
 (0)