Example #1
0
 public function testConstructorGetMolino()
 {
     $molino = $this->getMock('Molino\\MolinoInterface');
     $event = new Event($molino);
     $this->assertSame($molino, $event->getMolino());
 }