Skip to content

Commit

Permalink
Replace Codeception\Util\Stub with Codeception\Stub in tests
Browse files Browse the repository at this point in the history
Because Codeception\Util\Stub will be removed from Codeception 5.0
  • Loading branch information
Naktibalda committed Dec 29, 2020
1 parent 59374f2 commit 1b7d0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Codeception/Module/AssertsTest.php
Expand Up @@ -5,7 +5,7 @@
use Codeception\Lib\ModuleContainer;
use Codeception\Module\Asserts;
use Codeception\PHPUnit\TestCase;
use Codeception\Util\Stub;
use Codeception\Stub;
use Exception;
use PHPUnit\Framework\AssertionFailedError;
use RuntimeException;
Expand Down

0 comments on commit 1b7d0a2

Please sign in to comment.