Skip to content

Commit ae96e9b

Browse files
committed
Fix exception test
1 parent 4f17baa commit ae96e9b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Filter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
namespace JBZoo\Utils;
1717

18-
use JBZoo\PHPUnit\Exception;
19-
2018
/**
2119
* Class Filter
2220
* @package JBZoo\Utils

tests/FilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function testApplySeveralRules()
279279
}
280280

281281
/**
282-
* @expectedException \JBZoo\PHPUnit\Exception
282+
* @expectedException \JBZoo\Utils\Exception
283283
*/
284284
public function testApplyUnderfinedRule()
285285
{

0 commit comments

Comments
 (0)