예제 #1
0
 public function testGetAllClassNamesThrowsException()
 {
     $this->setExpectedException('RuntimeException');
     $factory = new MetadataFactory($this->getMock('Metadata\\Driver\\DriverInterface'));
     $factory->getAllClassNames();
 }