コード例 #1
0
ファイル: EventTest.php プロジェクト: phossa/phossa-event
 /**
  * @covers Phossa\Event\Event::getContext
  */
 public function testGetContext()
 {
     $this->object->setContext(get_class($this->object));
     $this->assertTrue(get_class($this->object) === $this->object->getContext());
 }