Cocur\Slugify\Tests\Bridge\Twig\SlugifyExtensionTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->slugify = m::mock('Cocur\\Slugify\\SlugifyInterface');
        $this->extension = new SlugifyExtension($this->slugify);
    }