1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480 |
- <?php
- /**
- * Generated by PHPUnit_SkeletonGenerator on 2013-01-07 at 09:22:59.
- */
- class ImagickDrawTest extends PHPUnit_Framework_TestCase
- {
- /**
- * @var ImagickDraw
- */
- protected $object;
- /**
- * Sets up the fixture, for example, opens a network connection.
- * This method is called before a test is executed.
- */
- protected function setUp()
- {
- $this->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.'
- );
- }
- }
|