Exemplo n.º 1
0
 /**
  * @covers Pants\Project::getProperties
  */
 public function testPropertiesCanBeRetrieved()
 {
     $this->assertInstanceOf('Pants\\Property\\Properties', $this->project->getProperties());
 }