Example #1
0
 /**
  * @test
  */
 public function getSourceKeyForPropertyTest()
 {
     $this->assertEquals('property_three', $this->fixture->getSourceKeyForProperty('property3'));
     $this->assertEquals('property_six', $this->fixture->getSourceKeyForProperty('property6'));
     $this->assertNull($this->fixture->getSourceKeyForProperty('propertyNotExists'));
 }