Sonata\Tests\Component\Basket\ProductProviderTest::getBaseControllerName PHP 메소드

getBaseControllerName() 공개 메소드

public getBaseControllerName ( ) : string
리턴 string
    public function getBaseControllerName()
    {
        return 'DumbTestController';
    }
ProductProviderTest