Skip to content

Commit

Permalink
Remove fatal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Nov 9, 2014
1 parent 275af74 commit b2ec6f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
9 changes: 0 additions & 9 deletions tests/Concise/Mock/Action/DoActionTest.php
Expand Up @@ -31,13 +31,4 @@ public function testItemCanBeFetchedBackFromCache()
$result = eval($action->getActionCode());
$this->assert($result, equals, 'foo');
}

/**
* @expectedException \Exception
* @expectedExceptionMessage must be an instance of Closure
*/
public function testConstructorWillOnlyAcceptClosure()
{
new DoAction('foo');
}
}
17 changes: 0 additions & 17 deletions tests/Concise/Mock/Action/ThrowActionTest.php

This file was deleted.

0 comments on commit b2ec6f3

Please sign in to comment.