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.
1 parent 7c4f2c0 commit 5bc9719Copy full SHA for 5bc9719
src/Codeception/Util/HttpCode.php
@@ -12,7 +12,7 @@
12
*
13
* ```php
14
* <?php
15
- * use \Codeception\Util\HttpCode;
+ * use Codeception\Util\HttpCode;
16
17
* // using REST, PhpBrowser, or any Framework module
18
* $I->seeResponseCodeIs(HttpCode::OK);
0 commit comments