Ejemplo n.º 1
0
 /**
  * @test
  */
 public function valueForUndefinedKeyTest()
 {
     $undefinedKey = 'undefined';
     $result = $this->fixture->valueForUndefinedKey($undefinedKey);
     $this->assertNull($result);
 }