コード例 #1
0
ファイル: ItseoTest.php プロジェクト: fran-diaz/itseo
 /**
  * @covers itseo\Itseo::prepareTest
  * @todo   Implement testPrepareTest().
  * @expectedException Exception
  */
 public function testPrepareTest()
 {
     $dummy_test = "dummy";
     $this->object->prepareTest($dummy_test);
     $this->assertArrayHasKey($dummy_test, $this->object->tests);
 }