diff --git a/src/Filter.php b/src/Filter.php index 60ad538..590cf2c 100644 --- a/src/Filter.php +++ b/src/Filter.php @@ -15,8 +15,6 @@ namespace JBZoo\Utils; -use JBZoo\PHPUnit\Exception; - /** * Class Filter * @package JBZoo\Utils diff --git a/tests/FilterTest.php b/tests/FilterTest.php index 213f849..f941a02 100644 --- a/tests/FilterTest.php +++ b/tests/FilterTest.php @@ -279,7 +279,7 @@ public function testApplySeveralRules() } /** - * @expectedException \JBZoo\PHPUnit\Exception + * @expectedException \JBZoo\Utils\Exception */ public function testApplyUnderfinedRule() {