PopTest\Service\ServiceTest::testConstructorException PHP Méthode

testConstructorException() public méthode

    public function testConstructorException()
    {
        $this->setExpectedException('Pop\\Service\\Exception');
        $s = new Locator(array('service' => null));
    }