PopTest\Mvc\ControllerTest::testControllerConstructor PHP Method

testControllerConstructor() public method

    public function testControllerConstructor()
    {
        $this->assertInstanceOf('Pop\\Mvc\\Controller', new Controller(null, null, new Project(new Config(array())), '/admin'));
    }