コード例 #1
0
ファイル: ProjectTest.php プロジェクト: toxygene/pants
 /**
  * @covers Pants\Project::getProperties
  */
 public function testPropertiesCanBeRetrieved()
 {
     $this->assertInstanceOf('Pants\\Property\\Properties', $this->project->getProperties());
 }