We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0884bb2 + ef108e4 commit 963c83aCopy full SHA for 963c83a
tests/unit/Codeception/Module/FilesystemTest.php
@@ -1,13 +1,13 @@
1
<?php
2
3
use Codeception\Module\Filesystem;
4
-use Codeception\Util\Stub;
+use Codeception\Stub;
5
use PHPUnit\Framework\AssertionFailedError;
6
7
if (!function_exists('make_container')) {
8
function make_container()
9
{
10
- return \Codeception\Util\Stub::make('Codeception\Lib\ModuleContainer');
+ return Stub::make('Codeception\Lib\ModuleContainer');
11
}
12
13
0 commit comments