Skip to content

Commit 963c83a

Browse files
authored
Merge pull request #5 from Codeception/replace-util-stub
Replace Codeception\Util\Stub with Codeception\Stub in tests
2 parents 0884bb2 + ef108e4 commit 963c83a

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)