Jyxo\Beholder\TestCase\PgsqlTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        if (!class_exists('Pgsql')) {
            $this->markTestSkipped('Pgsql not set');
        }
    }