コード例 #1
0
 public function testGetDescription()
 {
     $testEntity = new \stdClass();
     $testEntity->description = 'test';
     $this->assertEquals('test', $this->provider->getDescription($testEntity));
 }