object = new ImagickDraw; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers ImagickDraw::resetvectorgraphics * @todo Implement testResetvectorgraphics(). */ public function testResetvectorgraphics() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextkerning * @todo Implement testGettextkerning(). */ public function testGettextkerning() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextkerning * @todo Implement testSettextkerning(). */ public function testSettextkerning() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextinterwordspacing * @todo Implement testGettextinterwordspacing(). */ public function testGettextinterwordspacing() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextinterwordspacing * @todo Implement testSettextinterwordspacing(). */ public function testSettextinterwordspacing() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfillcolor * @todo Implement testSetfillcolor(). */ public function testSetfillcolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfillalpha * @todo Implement testSetfillalpha(). */ public function testSetfillalpha() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setresolution * @todo Implement testSetresolution(). */ public function testSetresolution() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokecolor * @todo Implement testSetstrokecolor(). */ public function testSetstrokecolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokealpha * @todo Implement testSetstrokealpha(). */ public function testSetstrokealpha() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokewidth * @todo Implement testSetstrokewidth(). */ public function testSetstrokewidth() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::clear * @todo Implement testClear(). */ public function testClear() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::circle * @todo Implement testCircle(). */ public function testCircle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::annotation * @todo Implement testAnnotation(). */ public function testAnnotation() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextantialias * @todo Implement testSettextantialias(). */ public function testSettextantialias() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextencoding * @todo Implement testSettextencoding(). */ public function testSettextencoding() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfont * @todo Implement testSetfont(). */ public function testSetfont() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfontfamily * @todo Implement testSetfontfamily(). */ public function testSetfontfamily() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfontsize * @todo Implement testSetfontsize(). */ public function testSetfontsize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfontstyle * @todo Implement testSetfontstyle(). */ public function testSetfontstyle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfontweight * @todo Implement testSetfontweight(). */ public function testSetfontweight() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfont * @todo Implement testGetfont(). */ public function testGetfont() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfontfamily * @todo Implement testGetfontfamily(). */ public function testGetfontfamily() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfontsize * @todo Implement testGetfontsize(). */ public function testGetfontsize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfontstyle * @todo Implement testGetfontstyle(). */ public function testGetfontstyle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfontweight * @todo Implement testGetfontweight(). */ public function testGetfontweight() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::destroy * @todo Implement testDestroy(). */ public function testDestroy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::rectangle * @todo Implement testRectangle(). */ public function testRectangle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::roundrectangle * @todo Implement testRoundrectangle(). */ public function testRoundrectangle() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::ellipse * @todo Implement testEllipse(). */ public function testEllipse() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::skewx * @todo Implement testSkewx(). */ public function testSkewx() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::skewy * @todo Implement testSkewy(). */ public function testSkewy() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::translate * @todo Implement testTranslate(). */ public function testTranslate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::line * @todo Implement testLine(). */ public function testLine() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::arc * @todo Implement testArc(). */ public function testArc() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::matte * @todo Implement testMatte(). */ public function testMatte() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::polygon * @todo Implement testPolygon(). */ public function testPolygon() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::point * @todo Implement testPoint(). */ public function testPoint() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextdecoration * @todo Implement testGettextdecoration(). */ public function testGettextdecoration() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextencoding * @todo Implement testGettextencoding(). */ public function testGettextencoding() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfontstretch * @todo Implement testGetfontstretch(). */ public function testGetfontstretch() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfontstretch * @todo Implement testSetfontstretch(). */ public function testSetfontstretch() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokeantialias * @todo Implement testSetstrokeantialias(). */ public function testSetstrokeantialias() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextalignment * @todo Implement testSettextalignment(). */ public function testSettextalignment() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextdecoration * @todo Implement testSettextdecoration(). */ public function testSettextdecoration() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::settextundercolor * @todo Implement testSettextundercolor(). */ public function testSettextundercolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setviewbox * @todo Implement testSetviewbox(). */ public function testSetviewbox() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::clone * @todo Implement testClone(). */ public function testClone() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::affine * @todo Implement testAffine(). */ public function testAffine() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::bezier * @todo Implement testBezier(). */ public function testBezier() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::composite * @todo Implement testComposite(). */ public function testComposite() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::color * @todo Implement testColor(). */ public function testColor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::comment * @todo Implement testComment(). */ public function testComment() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getclippath * @todo Implement testGetclippath(). */ public function testGetclippath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getcliprule * @todo Implement testGetcliprule(). */ public function testGetcliprule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getclipunits * @todo Implement testGetclipunits(). */ public function testGetclipunits() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfillcolor * @todo Implement testGetfillcolor(). */ public function testGetfillcolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfillopacity * @todo Implement testGetfillopacity(). */ public function testGetfillopacity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getfillrule * @todo Implement testGetfillrule(). */ public function testGetfillrule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getgravity * @todo Implement testGetgravity(). */ public function testGetgravity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokeantialias * @todo Implement testGetstrokeantialias(). */ public function testGetstrokeantialias() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokecolor * @todo Implement testGetstrokecolor(). */ public function testGetstrokecolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokedasharray * @todo Implement testGetstrokedasharray(). */ public function testGetstrokedasharray() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokedashoffset * @todo Implement testGetstrokedashoffset(). */ public function testGetstrokedashoffset() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokelinecap * @todo Implement testGetstrokelinecap(). */ public function testGetstrokelinecap() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokelinejoin * @todo Implement testGetstrokelinejoin(). */ public function testGetstrokelinejoin() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokemiterlimit * @todo Implement testGetstrokemiterlimit(). */ public function testGetstrokemiterlimit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokeopacity * @todo Implement testGetstrokeopacity(). */ public function testGetstrokeopacity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getstrokewidth * @todo Implement testGetstrokewidth(). */ public function testGetstrokewidth() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextalignment * @todo Implement testGettextalignment(). */ public function testGettextalignment() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextantialias * @todo Implement testGettextantialias(). */ public function testGettextantialias() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::getvectorgraphics * @todo Implement testGetvectorgraphics(). */ public function testGetvectorgraphics() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::gettextundercolor * @todo Implement testGettextundercolor(). */ public function testGettextundercolor() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathclose * @todo Implement testPathclose(). */ public function testPathclose() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetoabsolute * @todo Implement testPathcurvetoabsolute(). */ public function testPathcurvetoabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetorelative * @todo Implement testPathcurvetorelative(). */ public function testPathcurvetorelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetoquadraticbezierabsolute * @todo Implement testPathcurvetoquadraticbezierabsolute(). */ public function testPathcurvetoquadraticbezierabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetoquadraticbezierrelative * @todo Implement testPathcurvetoquadraticbezierrelative(). */ public function testPathcurvetoquadraticbezierrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetoquadraticbeziersmoothabsolute * @todo Implement testPathcurvetoquadraticbeziersmoothabsolute(). */ public function testPathcurvetoquadraticbeziersmoothabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetoquadraticbeziersmoothrelative * @todo Implement testPathcurvetoquadraticbeziersmoothrelative(). */ public function testPathcurvetoquadraticbeziersmoothrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetosmoothabsolute * @todo Implement testPathcurvetosmoothabsolute(). */ public function testPathcurvetosmoothabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathcurvetosmoothrelative * @todo Implement testPathcurvetosmoothrelative(). */ public function testPathcurvetosmoothrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathellipticarcabsolute * @todo Implement testPathellipticarcabsolute(). */ public function testPathellipticarcabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathellipticarcrelative * @todo Implement testPathellipticarcrelative(). */ public function testPathellipticarcrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathfinish * @todo Implement testPathfinish(). */ public function testPathfinish() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetoabsolute * @todo Implement testPathlinetoabsolute(). */ public function testPathlinetoabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetorelative * @todo Implement testPathlinetorelative(). */ public function testPathlinetorelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetohorizontalabsolute * @todo Implement testPathlinetohorizontalabsolute(). */ public function testPathlinetohorizontalabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetohorizontalrelative * @todo Implement testPathlinetohorizontalrelative(). */ public function testPathlinetohorizontalrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetoverticalabsolute * @todo Implement testPathlinetoverticalabsolute(). */ public function testPathlinetoverticalabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathlinetoverticalrelative * @todo Implement testPathlinetoverticalrelative(). */ public function testPathlinetoverticalrelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathmovetoabsolute * @todo Implement testPathmovetoabsolute(). */ public function testPathmovetoabsolute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathmovetorelative * @todo Implement testPathmovetorelative(). */ public function testPathmovetorelative() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pathstart * @todo Implement testPathstart(). */ public function testPathstart() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::polyline * @todo Implement testPolyline(). */ public function testPolyline() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::popclippath * @todo Implement testPopclippath(). */ public function testPopclippath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::popdefs * @todo Implement testPopdefs(). */ public function testPopdefs() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::poppattern * @todo Implement testPoppattern(). */ public function testPoppattern() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pushclippath * @todo Implement testPushclippath(). */ public function testPushclippath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pushdefs * @todo Implement testPushdefs(). */ public function testPushdefs() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pushpattern * @todo Implement testPushpattern(). */ public function testPushpattern() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::render * @todo Implement testRender(). */ public function testRender() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::rotate * @todo Implement testRotate(). */ public function testRotate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::scale * @todo Implement testScale(). */ public function testScale() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setclippath * @todo Implement testSetclippath(). */ public function testSetclippath() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setcliprule * @todo Implement testSetcliprule(). */ public function testSetcliprule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setclipunits * @todo Implement testSetclipunits(). */ public function testSetclipunits() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfillopacity * @todo Implement testSetfillopacity(). */ public function testSetfillopacity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfillpatternurl * @todo Implement testSetfillpatternurl(). */ public function testSetfillpatternurl() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setfillrule * @todo Implement testSetfillrule(). */ public function testSetfillrule() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setgravity * @todo Implement testSetgravity(). */ public function testSetgravity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokepatternurl * @todo Implement testSetstrokepatternurl(). */ public function testSetstrokepatternurl() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokedashoffset * @todo Implement testSetstrokedashoffset(). */ public function testSetstrokedashoffset() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokelinecap * @todo Implement testSetstrokelinecap(). */ public function testSetstrokelinecap() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokelinejoin * @todo Implement testSetstrokelinejoin(). */ public function testSetstrokelinejoin() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokemiterlimit * @todo Implement testSetstrokemiterlimit(). */ public function testSetstrokemiterlimit() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokeopacity * @todo Implement testSetstrokeopacity(). */ public function testSetstrokeopacity() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setvectorgraphics * @todo Implement testSetvectorgraphics(). */ public function testSetvectorgraphics() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::pop * @todo Implement testPop(). */ public function testPop() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::push * @todo Implement testPush(). */ public function testPush() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers ImagickDraw::setstrokedasharray * @todo Implement testSetstrokedasharray(). */ public function testSetstrokedasharray() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }