Skip to content

Commit

Permalink
Fix exception test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Feb 13, 2016
1 parent 4f17baa commit ae96e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

namespace JBZoo\Utils;

use JBZoo\PHPUnit\Exception;

/**
* Class Filter
* @package JBZoo\Utils
Expand Down
2 changes: 1 addition & 1 deletion tests/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function testApplySeveralRules()
}

/**
* @expectedException \JBZoo\PHPUnit\Exception
* @expectedException \JBZoo\Utils\Exception
*/
public function testApplyUnderfinedRule()
{
Expand Down

0 comments on commit ae96e9b

Please sign in to comment.