Example #1
0
 /**
  * @test
  */
 public function getAllSourceKeysTest()
 {
     $this->assertEquals(array('property_one', 'property_two', 'property_three', 'property_four', 'property_five', 'property_six', 'property_seven', 'property_eight'), $this->fixture->getAllSourceKeys());
 }