PopTest\Service\ServiceTest::testConstructorException PHP Method

testConstructorException() public method

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