OrnoTest\ContainerTest::testContainerDoesntAcceptArrayWithoutKey PHP Méthode

testContainerDoesntAcceptArrayWithoutKey() public méthode

    public function testContainerDoesntAcceptArrayWithoutKey()
    {
        $this->setExpectedException('RuntimeException');
        $c = new Container(null, $this->configArray);
    }
ContainerTest