Skip to content

Commit

Permalink
add instantiator test
Browse files Browse the repository at this point in the history
  • Loading branch information
iwyg committed Jan 12, 2016
1 parent aa10474 commit bc5402b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/EventDispatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
*/
class EventDispatcherTest extends \PHPUnit_Framework_TestCase
{
/** @test */
public function itShouldBeInstantiable()
{
$this->assertInstanceOf('Lucid\Signal\EventDispatcher', new EventDispatcher);
}

/** @test */
public function itShouldAllowInvokableHandlers()
{
Expand Down

0 comments on commit bc5402b

Please sign in to comment.