Knp\Bundle\KnpBundlesBundle\Tests\Commands\KbGenerateBadgesCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (!function_exists('gd_info')) {
            $this->markTestSkipped();
        }
        $info = gd_info();
        if (!$info['FreeType Support']) {
            $this->markTestSkipped();
        }
    }
KbGenerateBadgesCommandTest