Phprest\ApplicationTest::testRegisterController PHP 메소드

testRegisterController() 공개 메소드

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