Example #1
0
 /**
  * @test
  */
 public function getAllPropertiesTest()
 {
     $this->assertEquals(array('property1', 'property2', 'property3', 'property4', 'property5', 'property6', 'property_seven', 'property_eight'), $this->fixture->getAllProperties());
 }