Skip to content

Commit ef108e4

Browse files
committed
Replace Codeception\Util\Stub with Codeception\Stub in tests
1 parent 0884bb2 commit ef108e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Codeception/Module/FilesystemTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22

33
use Codeception\Module\Filesystem;
4-
use Codeception\Util\Stub;
4+
use Codeception\Stub;
55
use PHPUnit\Framework\AssertionFailedError;
66

77
if (!function_exists('make_container')) {
88
function make_container()
99
{
10-
return \Codeception\Util\Stub::make('Codeception\Lib\ModuleContainer');
10+
return Stub::make('Codeception\Lib\ModuleContainer');
1111
}
1212
}
1313

0 commit comments

Comments
 (0)