Phprest\ApplicationTest::testRegisterController PHP Method

testRegisterController() public method

    public function testRegisterController()
    {
        $this->app->registerController('\\Phprest\\Stub\\Controller\\Simple');
        $this->assertInstanceOf('\\Phprest\\Stub\\Controller\\Simple', $this->app->getContainer()->get('\\Phprest\\Stub\\Controller\\Simple'));
    }