Skip to content

Commit 1b7d0a2

Browse files
committed
Replace Codeception\Util\Stub with Codeception\Stub in tests
Because Codeception\Util\Stub will be removed from Codeception 5.0
1 parent 59374f2 commit 1b7d0a2

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)