Inheritance: implements Nelmio\Alice\FixtureIdInterface
Beispiel #1
0
 public function testAccessor()
 {
     $id = new FixtureId('foo');
     $this->assertEquals('foo', $id->getId());
 }