Phprest\ApplicationTest::testRegisterController PHP Méthode

testRegisterController() public méthode

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