Ejemplo n.º 1
0
 public function testBuildThrowsExceptionIfClassNotExists()
 {
     $locator = new Services();
     $this->setExpectedException('RuntimeException');
     $locator->build('Foo\\Bar\\Baz');
 }