Exemplo n.º 1
0
 public function testArrayDefinitionCanGetClassSupertypes()
 {
     $this->assertEquals(array(), $this->definition->getClassSupertypes('My\\EntityA'));
     $this->assertContains('My\\RepositoryA', $this->definition->getClassSupertypes('My\\RepositoryB'));
 }