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 52f8528 commit 3ef5ad9Copy full SHA for 3ef5ad9
tests/unit/Codeception/Module/RedisTest.php
@@ -97,7 +97,7 @@ protected function shouldFail($exceptionClass = null)
97
$exceptionClass = 'PHPUnit\Framework\AssertionFailedError';
98
}
99
100
- $this->setExpectedException($exceptionClass);
+ $this->expectException($exceptionClass);
101
102
103
// ****************************************
0 commit comments