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 4f17baa commit ae96e9bCopy full SHA for ae96e9b
src/Filter.php
@@ -15,8 +15,6 @@
15
16
namespace JBZoo\Utils;
17
18
-use JBZoo\PHPUnit\Exception;
19
-
20
/**
21
* Class Filter
22
* @package JBZoo\Utils
tests/FilterTest.php
@@ -279,7 +279,7 @@ public function testApplySeveralRules()
279
}
280
281
282
- * @expectedException \JBZoo\PHPUnit\Exception
+ * @expectedException \JBZoo\Utils\Exception
283
*/
284
public function testApplyUnderfinedRule()
285
{
0 commit comments