public function testNoAnnotation() { $this->compoScan->scanFile(__DIR__ . '/annoted/NoAnnotation.php', 'org\\equinox\\ioc\\componentScan\\annoted'); $this->assertEquals(array(), $this->context->getBeanDefinitions()); }
public function hasBean($beanName) { return $this->applicationContext->hasComponent($beanName); }