Kronolith_Integration_Driver_Base::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $error = self::$setup->getError();
        if (!empty($error)) {
            $this->markTestSkipped($error);
        }
    }