Example #1
0
 public function testConstructEmpty()
 {
     $event = new Event();
     static::assertInstanceOf('Havvg\\Component\\Lifecycle\\Condition\\ConditionCollectionInterface', $event->getConditions());
     static::assertInstanceOf('Havvg\\Component\\Lifecycle\\Consequence\\ConsequenceCollectionInterface', $event->getConsequences());
 }