From 441f8977c6f6b1c13390aaaee8f35fbc63e53785 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 20 Dec 2013 14:33:33 -0500 Subject: [PATCH] Removed Imagick test classes - not useful for now --- .../ImagickDrawExceptionTest.class.php | 28 - .../phpunit/classes/ImagickDrawTest.class.php | 1480 ------ .../classes/ImagickExceptionTest.class.php | 28 - .../ImagickPixelExceptionTest.class.php | 28 - ...magickPixelIteratorExceptionTest.class.php | 28 - .../ImagickPixelIteratorTest.class.php | 244 - .../classes/ImagickPixelTest.class.php | 232 - tests/phpunit/classes/ImagickTest.class.php | 4024 ----------------- 8 files changed, 6092 deletions(-) delete mode 100644 tests/phpunit/classes/ImagickDrawExceptionTest.class.php delete mode 100644 tests/phpunit/classes/ImagickDrawTest.class.php delete mode 100644 tests/phpunit/classes/ImagickExceptionTest.class.php delete mode 100644 tests/phpunit/classes/ImagickPixelExceptionTest.class.php delete mode 100644 tests/phpunit/classes/ImagickPixelIteratorExceptionTest.class.php delete mode 100644 tests/phpunit/classes/ImagickPixelIteratorTest.class.php delete mode 100644 tests/phpunit/classes/ImagickPixelTest.class.php delete mode 100644 tests/phpunit/classes/ImagickTest.class.php diff --git a/tests/phpunit/classes/ImagickDrawExceptionTest.class.php b/tests/phpunit/classes/ImagickDrawExceptionTest.class.php deleted file mode 100644 index 28ef511c92..0000000000 --- a/tests/phpunit/classes/ImagickDrawExceptionTest.class.php +++ /dev/null @@ -1,28 +0,0 @@ -object = new ImagickDrawException; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } -} diff --git a/tests/phpunit/classes/ImagickDrawTest.class.php b/tests/phpunit/classes/ImagickDrawTest.class.php deleted file mode 100644 index 4f08f6427d..0000000000 --- a/tests/phpunit/classes/ImagickDrawTest.class.php +++ /dev/null @@ -1,1480 +0,0 @@ -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.' - ); - } -} diff --git a/tests/phpunit/classes/ImagickExceptionTest.class.php b/tests/phpunit/classes/ImagickExceptionTest.class.php deleted file mode 100644 index 4f2b5c0cc0..0000000000 --- a/tests/phpunit/classes/ImagickExceptionTest.class.php +++ /dev/null @@ -1,28 +0,0 @@ -object = new ImagickException; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } -} diff --git a/tests/phpunit/classes/ImagickPixelExceptionTest.class.php b/tests/phpunit/classes/ImagickPixelExceptionTest.class.php deleted file mode 100644 index cfb2dc3fe2..0000000000 --- a/tests/phpunit/classes/ImagickPixelExceptionTest.class.php +++ /dev/null @@ -1,28 +0,0 @@ -object = new ImagickPixelException; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } -} diff --git a/tests/phpunit/classes/ImagickPixelIteratorExceptionTest.class.php b/tests/phpunit/classes/ImagickPixelIteratorExceptionTest.class.php deleted file mode 100644 index 1d385615ba..0000000000 --- a/tests/phpunit/classes/ImagickPixelIteratorExceptionTest.class.php +++ /dev/null @@ -1,28 +0,0 @@ -object = new ImagickPixelIteratorException; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } -} diff --git a/tests/phpunit/classes/ImagickPixelIteratorTest.class.php b/tests/phpunit/classes/ImagickPixelIteratorTest.class.php deleted file mode 100644 index 3c83017c65..0000000000 --- a/tests/phpunit/classes/ImagickPixelIteratorTest.class.php +++ /dev/null @@ -1,244 +0,0 @@ -object = new ImagickPixelIterator; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } - - /** - * @covers ImagickPixelIterator::newpixeliterator - * @todo Implement testNewpixeliterator(). - */ - public function testNewpixeliterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::newpixelregioniterator - * @todo Implement testNewpixelregioniterator(). - */ - public function testNewpixelregioniterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::getiteratorrow - * @todo Implement testGetiteratorrow(). - */ - public function testGetiteratorrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::setiteratorrow - * @todo Implement testSetiteratorrow(). - */ - public function testSetiteratorrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::setiteratorfirstrow - * @todo Implement testSetiteratorfirstrow(). - */ - public function testSetiteratorfirstrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::setiteratorlastrow - * @todo Implement testSetiteratorlastrow(). - */ - public function testSetiteratorlastrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::getpreviousiteratorrow - * @todo Implement testGetpreviousiteratorrow(). - */ - public function testGetpreviousiteratorrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::getcurrentiteratorrow - * @todo Implement testGetcurrentiteratorrow(). - */ - public function testGetcurrentiteratorrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::getnextiteratorrow - * @todo Implement testGetnextiteratorrow(). - */ - public function testGetnextiteratorrow() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::resetiterator - * @todo Implement testResetiterator(). - */ - public function testResetiterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::synciterator - * @todo Implement testSynciterator(). - */ - public function testSynciterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::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 ImagickPixelIterator::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 ImagickPixelIterator::key - * @todo Implement testKey(). - */ - public function testKey() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::next - * @todo Implement testNext(). - */ - public function testNext() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::rewind - * @todo Implement testRewind(). - */ - public function testRewind() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::current - * @todo Implement testCurrent(). - */ - public function testCurrent() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixelIterator::valid - * @todo Implement testValid(). - */ - public function testValid() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } -} diff --git a/tests/phpunit/classes/ImagickPixelTest.class.php b/tests/phpunit/classes/ImagickPixelTest.class.php deleted file mode 100644 index 55687e0cdf..0000000000 --- a/tests/phpunit/classes/ImagickPixelTest.class.php +++ /dev/null @@ -1,232 +0,0 @@ -object = new ImagickPixel; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } - - /** - * @covers ImagickPixel::gethsl - * @todo Implement testGethsl(). - */ - public function testGethsl() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::sethsl - * @todo Implement testSethsl(). - */ - public function testSethsl() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getcolorvaluequantum - * @todo Implement testGetcolorvaluequantum(). - */ - public function testGetcolorvaluequantum() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::setcolorvaluequantum - * @todo Implement testSetcolorvaluequantum(). - */ - public function testSetcolorvaluequantum() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getindex - * @todo Implement testGetindex(). - */ - public function testGetindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::setindex - * @todo Implement testSetindex(). - */ - public function testSetindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::setcolor - * @todo Implement testSetcolor(). - */ - public function testSetcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::setcolorvalue - * @todo Implement testSetcolorvalue(). - */ - public function testSetcolorvalue() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getcolorvalue - * @todo Implement testGetcolorvalue(). - */ - public function testGetcolorvalue() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::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 ImagickPixel::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 ImagickPixel::issimilar - * @todo Implement testIssimilar(). - */ - public function testIssimilar() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getcolor - * @todo Implement testGetcolor(). - */ - public function testGetcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getcolorasstring - * @todo Implement testGetcolorasstring(). - */ - public function testGetcolorasstring() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::getcolorcount - * @todo Implement testGetcolorcount(). - */ - public function testGetcolorcount() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::setcolorcount - * @todo Implement testSetcolorcount(). - */ - public function testSetcolorcount() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers ImagickPixel::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.' - ); - } -} diff --git a/tests/phpunit/classes/ImagickTest.class.php b/tests/phpunit/classes/ImagickTest.class.php deleted file mode 100644 index dcdfb0b099..0000000000 --- a/tests/phpunit/classes/ImagickTest.class.php +++ /dev/null @@ -1,4024 +0,0 @@ -object = new Imagick; - } - - /** - * Tears down the fixture, for example, closes a network connection. - * This method is called after a test is executed. - */ - protected function tearDown() - { - } - - /** - * @covers Imagick::optimizeimagelayers - * @todo Implement testOptimizeimagelayers(). - */ - public function testOptimizeimagelayers() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::compareimagelayers - * @todo Implement testCompareimagelayers(). - */ - public function testCompareimagelayers() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::pingimageblob - * @todo Implement testPingimageblob(). - */ - public function testPingimageblob() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::pingimagefile - * @todo Implement testPingimagefile(). - */ - public function testPingimagefile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::transposeimage - * @todo Implement testTransposeimage(). - */ - public function testTransposeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::transverseimage - * @todo Implement testTransverseimage(). - */ - public function testTransverseimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::trimimage - * @todo Implement testTrimimage(). - */ - public function testTrimimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::waveimage - * @todo Implement testWaveimage(). - */ - public function testWaveimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::vignetteimage - * @todo Implement testVignetteimage(). - */ - public function testVignetteimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::uniqueimagecolors - * @todo Implement testUniqueimagecolors(). - */ - public function testUniqueimagecolors() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagematte - * @todo Implement testGetimagematte(). - */ - public function testGetimagematte() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagematte - * @todo Implement testSetimagematte(). - */ - public function testSetimagematte() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::adaptiveresizeimage - * @todo Implement testAdaptiveresizeimage(). - */ - public function testAdaptiveresizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sketchimage - * @todo Implement testSketchimage(). - */ - public function testSketchimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::shadeimage - * @todo Implement testShadeimage(). - */ - public function testShadeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getsizeoffset - * @todo Implement testGetsizeoffset(). - */ - public function testGetsizeoffset() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setsizeoffset - * @todo Implement testSetsizeoffset(). - */ - public function testSetsizeoffset() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::adaptiveblurimage - * @todo Implement testAdaptiveblurimage(). - */ - public function testAdaptiveblurimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::contraststretchimage - * @todo Implement testContraststretchimage(). - */ - public function testContraststretchimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::adaptivesharpenimage - * @todo Implement testAdaptivesharpenimage(). - */ - public function testAdaptivesharpenimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::randomthresholdimage - * @todo Implement testRandomthresholdimage(). - */ - public function testRandomthresholdimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::roundcornersimage - * @todo Implement testRoundcornersimage(). - */ - public function testRoundcornersimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::roundcorners - * @todo Implement testRoundcorners(). - */ - public function testRoundcorners() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setiteratorindex - * @todo Implement testSetiteratorindex(). - */ - public function testSetiteratorindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getiteratorindex - * @todo Implement testGetiteratorindex(). - */ - public function testGetiteratorindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::transformimage - * @todo Implement testTransformimage(). - */ - public function testTransformimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageopacity - * @todo Implement testSetimageopacity(). - */ - public function testSetimageopacity() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::orderedposterizeimage - * @todo Implement testOrderedposterizeimage(). - */ - public function testOrderedposterizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::polaroidimage - * @todo Implement testPolaroidimage(). - */ - public function testPolaroidimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageproperty - * @todo Implement testGetimageproperty(). - */ - public function testGetimageproperty() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageproperty - * @todo Implement testSetimageproperty(). - */ - public function testSetimageproperty() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageinterpolatemethod - * @todo Implement testSetimageinterpolatemethod(). - */ - public function testSetimageinterpolatemethod() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageinterpolatemethod - * @todo Implement testGetimageinterpolatemethod(). - */ - public function testGetimageinterpolatemethod() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::linearstretchimage - * @todo Implement testLinearstretchimage(). - */ - public function testLinearstretchimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagelength - * @todo Implement testGetimagelength(). - */ - public function testGetimagelength() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::extentimage - * @todo Implement testExtentimage(). - */ - public function testExtentimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageorientation - * @todo Implement testGetimageorientation(). - */ - public function testGetimageorientation() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageorientation - * @todo Implement testSetimageorientation(). - */ - public function testSetimageorientation() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::paintfloodfillimage - * @todo Implement testPaintfloodfillimage(). - */ - public function testPaintfloodfillimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::clutimage - * @todo Implement testClutimage(). - */ - public function testClutimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageproperties - * @todo Implement testGetimageproperties(). - */ - public function testGetimageproperties() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageprofiles - * @todo Implement testGetimageprofiles(). - */ - public function testGetimageprofiles() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::distortimage - * @todo Implement testDistortimage(). - */ - public function testDistortimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::writeimagefile - * @todo Implement testWriteimagefile(). - */ - public function testWriteimagefile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::writeimagesfile - * @todo Implement testWriteimagesfile(). - */ - public function testWriteimagesfile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::resetimagepage - * @todo Implement testResetimagepage(). - */ - public function testResetimagepage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageclipmask - * @todo Implement testSetimageclipmask(). - */ - public function testSetimageclipmask() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageclipmask - * @todo Implement testGetimageclipmask(). - */ - public function testGetimageclipmask() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::animateimages - * @todo Implement testAnimateimages(). - */ - public function testAnimateimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::recolorimage - * @todo Implement testRecolorimage(). - */ - public function testRecolorimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::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 Imagick::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 Imagick::setpointsize - * @todo Implement testSetpointsize(). - */ - public function testSetpointsize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getpointsize - * @todo Implement testGetpointsize(). - */ - public function testGetpointsize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::mergeimagelayers - * @todo Implement testMergeimagelayers(). - */ - public function testMergeimagelayers() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagealphachannel - * @todo Implement testSetimagealphachannel(). - */ - public function testSetimagealphachannel() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::floodfillpaintimage - * @todo Implement testFloodfillpaintimage(). - */ - public function testFloodfillpaintimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::opaquepaintimage - * @todo Implement testOpaquepaintimage(). - */ - public function testOpaquepaintimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::transparentpaintimage - * @todo Implement testTransparentpaintimage(). - */ - public function testTransparentpaintimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::liquidrescaleimage - * @todo Implement testLiquidrescaleimage(). - */ - public function testLiquidrescaleimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::encipherimage - * @todo Implement testEncipherimage(). - */ - public function testEncipherimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::decipherimage - * @todo Implement testDecipherimage(). - */ - public function testDecipherimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::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 Imagick::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 Imagick::getimagechannelrange - * @todo Implement testGetimagechannelrange(). - */ - public function testGetimagechannelrange() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagealphachannel - * @todo Implement testGetimagealphachannel(). - */ - public function testGetimagealphachannel() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechanneldistortions - * @todo Implement testGetimagechanneldistortions(). - */ - public function testGetimagechanneldistortions() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagegravity - * @todo Implement testSetimagegravity(). - */ - public function testSetimagegravity() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagegravity - * @todo Implement testGetimagegravity(). - */ - public function testGetimagegravity() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::importimagepixels - * @todo Implement testImportimagepixels(). - */ - public function testImportimagepixels() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::deskewimage - * @todo Implement testDeskewimage(). - */ - public function testDeskewimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::segmentimage - * @todo Implement testSegmentimage(). - */ - public function testSegmentimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sparsecolorimage - * @todo Implement testSparsecolorimage(). - */ - public function testSparsecolorimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::remapimage - * @todo Implement testRemapimage(). - */ - public function testRemapimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::exportimagepixels - * @todo Implement testExportimagepixels(). - */ - public function testExportimagepixels() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechannelkurtosis - * @todo Implement testGetimagechannelkurtosis(). - */ - public function testGetimagechannelkurtosis() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::functionimage - * @todo Implement testFunctionimage(). - */ - public function testFunctionimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::transformimagecolorspace - * @todo Implement testTransformimagecolorspace(). - */ - public function testTransformimagecolorspace() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::haldclutimage - * @todo Implement testHaldclutimage(). - */ - public function testHaldclutimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageartifact - * @todo Implement testGetimageartifact(). - */ - public function testGetimageartifact() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageartifact - * @todo Implement testSetimageartifact(). - */ - public function testSetimageartifact() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::deleteimageartifact - * @todo Implement testDeleteimageartifact(). - */ - public function testDeleteimageartifact() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getcolorspace - * @todo Implement testGetcolorspace(). - */ - public function testGetcolorspace() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setcolorspace - * @todo Implement testSetcolorspace(). - */ - public function testSetcolorspace() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::__tostring - * @todo Implement test__tostring(). - */ - public function test__tostring() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getpixeliterator - * @todo Implement testGetpixeliterator(). - */ - public function testGetpixeliterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getpixelregioniterator - * @todo Implement testGetpixelregioniterator(). - */ - public function testGetpixelregioniterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::readimage - * @todo Implement testReadimage(). - */ - public function testReadimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::readimages - * @todo Implement testReadimages(). - */ - public function testReadimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::readimageblob - * @todo Implement testReadimageblob(). - */ - public function testReadimageblob() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageformat - * @todo Implement testSetimageformat(). - */ - public function testSetimageformat() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::scaleimage - * @todo Implement testScaleimage(). - */ - public function testScaleimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::writeimage - * @todo Implement testWriteimage(). - */ - public function testWriteimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::writeimages - * @todo Implement testWriteimages(). - */ - public function testWriteimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::blurimage - * @todo Implement testBlurimage(). - */ - public function testBlurimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::thumbnailimage - * @todo Implement testThumbnailimage(). - */ - public function testThumbnailimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::cropthumbnailimage - * @todo Implement testCropthumbnailimage(). - */ - public function testCropthumbnailimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagefilename - * @todo Implement testGetimagefilename(). - */ - public function testGetimagefilename() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagefilename - * @todo Implement testSetimagefilename(). - */ - public function testSetimagefilename() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageformat - * @todo Implement testGetimageformat(). - */ - public function testGetimageformat() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagemimetype - * @todo Implement testGetimagemimetype(). - */ - public function testGetimagemimetype() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::removeimage - * @todo Implement testRemoveimage(). - */ - public function testRemoveimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::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 Imagick::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 Imagick::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 Imagick::getimagesize - * @todo Implement testGetimagesize(). - */ - public function testGetimagesize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageblob - * @todo Implement testGetimageblob(). - */ - public function testGetimageblob() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagesblob - * @todo Implement testGetimagesblob(). - */ - public function testGetimagesblob() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setfirstiterator - * @todo Implement testSetfirstiterator(). - */ - public function testSetfirstiterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setlastiterator - * @todo Implement testSetlastiterator(). - */ - public function testSetlastiterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::resetiterator - * @todo Implement testResetiterator(). - */ - public function testResetiterator() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::previousimage - * @todo Implement testPreviousimage(). - */ - public function testPreviousimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::nextimage - * @todo Implement testNextimage(). - */ - public function testNextimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::haspreviousimage - * @todo Implement testHaspreviousimage(). - */ - public function testHaspreviousimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::hasnextimage - * @todo Implement testHasnextimage(). - */ - public function testHasnextimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageindex - * @todo Implement testSetimageindex(). - */ - public function testSetimageindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageindex - * @todo Implement testGetimageindex(). - */ - public function testGetimageindex() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::commentimage - * @todo Implement testCommentimage(). - */ - public function testCommentimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::cropimage - * @todo Implement testCropimage(). - */ - public function testCropimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::labelimage - * @todo Implement testLabelimage(). - */ - public function testLabelimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagegeometry - * @todo Implement testGetimagegeometry(). - */ - public function testGetimagegeometry() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::drawimage - * @todo Implement testDrawimage(). - */ - public function testDrawimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagecompressionquality - * @todo Implement testSetimagecompressionquality(). - */ - public function testSetimagecompressionquality() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagecompressionquality - * @todo Implement testGetimagecompressionquality(). - */ - public function testGetimagecompressionquality() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::annotateimage - * @todo Implement testAnnotateimage(). - */ - public function testAnnotateimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::compositeimage - * @todo Implement testCompositeimage(). - */ - public function testCompositeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::modulateimage - * @todo Implement testModulateimage(). - */ - public function testModulateimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagecolors - * @todo Implement testGetimagecolors(). - */ - public function testGetimagecolors() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::montageimage - * @todo Implement testMontageimage(). - */ - public function testMontageimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::identifyimage - * @todo Implement testIdentifyimage(). - */ - public function testIdentifyimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::thresholdimage - * @todo Implement testThresholdimage(). - */ - public function testThresholdimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::adaptivethresholdimage - * @todo Implement testAdaptivethresholdimage(). - */ - public function testAdaptivethresholdimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::blackthresholdimage - * @todo Implement testBlackthresholdimage(). - */ - public function testBlackthresholdimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::whitethresholdimage - * @todo Implement testWhitethresholdimage(). - */ - public function testWhitethresholdimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::appendimages - * @todo Implement testAppendimages(). - */ - public function testAppendimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::charcoalimage - * @todo Implement testCharcoalimage(). - */ - public function testCharcoalimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::normalizeimage - * @todo Implement testNormalizeimage(). - */ - public function testNormalizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::oilpaintimage - * @todo Implement testOilpaintimage(). - */ - public function testOilpaintimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::posterizeimage - * @todo Implement testPosterizeimage(). - */ - public function testPosterizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::radialblurimage - * @todo Implement testRadialblurimage(). - */ - public function testRadialblurimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::raiseimage - * @todo Implement testRaiseimage(). - */ - public function testRaiseimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::resampleimage - * @todo Implement testResampleimage(). - */ - public function testResampleimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::resizeimage - * @todo Implement testResizeimage(). - */ - public function testResizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::rollimage - * @todo Implement testRollimage(). - */ - public function testRollimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::rotateimage - * @todo Implement testRotateimage(). - */ - public function testRotateimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sampleimage - * @todo Implement testSampleimage(). - */ - public function testSampleimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::solarizeimage - * @todo Implement testSolarizeimage(). - */ - public function testSolarizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::shadowimage - * @todo Implement testShadowimage(). - */ - public function testShadowimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageattribute - * @todo Implement testSetimageattribute(). - */ - public function testSetimageattribute() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagebackgroundcolor - * @todo Implement testSetimagebackgroundcolor(). - */ - public function testSetimagebackgroundcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagecompose - * @todo Implement testSetimagecompose(). - */ - public function testSetimagecompose() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagecompression - * @todo Implement testSetimagecompression(). - */ - public function testSetimagecompression() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagedelay - * @todo Implement testSetimagedelay(). - */ - public function testSetimagedelay() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagedepth - * @todo Implement testSetimagedepth(). - */ - public function testSetimagedepth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagegamma - * @todo Implement testSetimagegamma(). - */ - public function testSetimagegamma() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageiterations - * @todo Implement testSetimageiterations(). - */ - public function testSetimageiterations() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagemattecolor - * @todo Implement testSetimagemattecolor(). - */ - public function testSetimagemattecolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagepage - * @todo Implement testSetimagepage(). - */ - public function testSetimagepage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageprogressmonitor - * @todo Implement testSetimageprogressmonitor(). - */ - public function testSetimageprogressmonitor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageresolution - * @todo Implement testSetimageresolution(). - */ - public function testSetimageresolution() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagescene - * @todo Implement testSetimagescene(). - */ - public function testSetimagescene() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagetickspersecond - * @todo Implement testSetimagetickspersecond(). - */ - public function testSetimagetickspersecond() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagetype - * @todo Implement testSetimagetype(). - */ - public function testSetimagetype() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageunits - * @todo Implement testSetimageunits(). - */ - public function testSetimageunits() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sharpenimage - * @todo Implement testSharpenimage(). - */ - public function testSharpenimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::shaveimage - * @todo Implement testShaveimage(). - */ - public function testShaveimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::shearimage - * @todo Implement testShearimage(). - */ - public function testShearimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::spliceimage - * @todo Implement testSpliceimage(). - */ - public function testSpliceimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::pingimage - * @todo Implement testPingimage(). - */ - public function testPingimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::readimagefile - * @todo Implement testReadimagefile(). - */ - public function testReadimagefile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::displayimage - * @todo Implement testDisplayimage(). - */ - public function testDisplayimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::displayimages - * @todo Implement testDisplayimages(). - */ - public function testDisplayimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::spreadimage - * @todo Implement testSpreadimage(). - */ - public function testSpreadimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::swirlimage - * @todo Implement testSwirlimage(). - */ - public function testSwirlimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::stripimage - * @todo Implement testStripimage(). - */ - public function testStripimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::queryformats - * @todo Implement testQueryformats(). - */ - public function testQueryformats() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::queryfonts - * @todo Implement testQueryfonts(). - */ - public function testQueryfonts() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::queryfontmetrics - * @todo Implement testQueryfontmetrics(). - */ - public function testQueryfontmetrics() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::steganoimage - * @todo Implement testSteganoimage(). - */ - public function testSteganoimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::addnoiseimage - * @todo Implement testAddnoiseimage(). - */ - public function testAddnoiseimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::motionblurimage - * @todo Implement testMotionblurimage(). - */ - public function testMotionblurimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::mosaicimages - * @todo Implement testMosaicimages(). - */ - public function testMosaicimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::morphimages - * @todo Implement testMorphimages(). - */ - public function testMorphimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::minifyimage - * @todo Implement testMinifyimage(). - */ - public function testMinifyimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::affinetransformimage - * @todo Implement testAffinetransformimage(). - */ - public function testAffinetransformimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::averageimages - * @todo Implement testAverageimages(). - */ - public function testAverageimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::borderimage - * @todo Implement testBorderimage(). - */ - public function testBorderimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::chopimage - * @todo Implement testChopimage(). - */ - public function testChopimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::clipimage - * @todo Implement testClipimage(). - */ - public function testClipimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::clippathimage - * @todo Implement testClippathimage(). - */ - public function testClippathimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::clipimagepath - * @todo Implement testClipimagepath(). - */ - public function testClipimagepath() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::coalesceimages - * @todo Implement testCoalesceimages(). - */ - public function testCoalesceimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::colorfloodfillimage - * @todo Implement testColorfloodfillimage(). - */ - public function testColorfloodfillimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::colorizeimage - * @todo Implement testColorizeimage(). - */ - public function testColorizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::compareimagechannels - * @todo Implement testCompareimagechannels(). - */ - public function testCompareimagechannels() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::compareimages - * @todo Implement testCompareimages(). - */ - public function testCompareimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::contrastimage - * @todo Implement testContrastimage(). - */ - public function testContrastimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::combineimages - * @todo Implement testCombineimages(). - */ - public function testCombineimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::convolveimage - * @todo Implement testConvolveimage(). - */ - public function testConvolveimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::cyclecolormapimage - * @todo Implement testCyclecolormapimage(). - */ - public function testCyclecolormapimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::deconstructimages - * @todo Implement testDeconstructimages(). - */ - public function testDeconstructimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::despeckleimage - * @todo Implement testDespeckleimage(). - */ - public function testDespeckleimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::edgeimage - * @todo Implement testEdgeimage(). - */ - public function testEdgeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::embossimage - * @todo Implement testEmbossimage(). - */ - public function testEmbossimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::enhanceimage - * @todo Implement testEnhanceimage(). - */ - public function testEnhanceimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::equalizeimage - * @todo Implement testEqualizeimage(). - */ - public function testEqualizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::evaluateimage - * @todo Implement testEvaluateimage(). - */ - public function testEvaluateimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::flattenimages - * @todo Implement testFlattenimages(). - */ - public function testFlattenimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::flipimage - * @todo Implement testFlipimage(). - */ - public function testFlipimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::flopimage - * @todo Implement testFlopimage(). - */ - public function testFlopimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::frameimage - * @todo Implement testFrameimage(). - */ - public function testFrameimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::fximage - * @todo Implement testFximage(). - */ - public function testFximage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::gammaimage - * @todo Implement testGammaimage(). - */ - public function testGammaimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::gaussianblurimage - * @todo Implement testGaussianblurimage(). - */ - public function testGaussianblurimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageattribute - * @todo Implement testGetimageattribute(). - */ - public function testGetimageattribute() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagebackgroundcolor - * @todo Implement testGetimagebackgroundcolor(). - */ - public function testGetimagebackgroundcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageblueprimary - * @todo Implement testGetimageblueprimary(). - */ - public function testGetimageblueprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagebordercolor - * @todo Implement testGetimagebordercolor(). - */ - public function testGetimagebordercolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechanneldepth - * @todo Implement testGetimagechanneldepth(). - */ - public function testGetimagechanneldepth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechanneldistortion - * @todo Implement testGetimagechanneldistortion(). - */ - public function testGetimagechanneldistortion() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechannelextrema - * @todo Implement testGetimagechannelextrema(). - */ - public function testGetimagechannelextrema() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechannelmean - * @todo Implement testGetimagechannelmean(). - */ - public function testGetimagechannelmean() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagechannelstatistics - * @todo Implement testGetimagechannelstatistics(). - */ - public function testGetimagechannelstatistics() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagecolormapcolor - * @todo Implement testGetimagecolormapcolor(). - */ - public function testGetimagecolormapcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagecolorspace - * @todo Implement testGetimagecolorspace(). - */ - public function testGetimagecolorspace() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagecompose - * @todo Implement testGetimagecompose(). - */ - public function testGetimagecompose() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagedelay - * @todo Implement testGetimagedelay(). - */ - public function testGetimagedelay() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagedepth - * @todo Implement testGetimagedepth(). - */ - public function testGetimagedepth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagedistortion - * @todo Implement testGetimagedistortion(). - */ - public function testGetimagedistortion() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageextrema - * @todo Implement testGetimageextrema(). - */ - public function testGetimageextrema() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagedispose - * @todo Implement testGetimagedispose(). - */ - public function testGetimagedispose() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagegamma - * @todo Implement testGetimagegamma(). - */ - public function testGetimagegamma() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagegreenprimary - * @todo Implement testGetimagegreenprimary(). - */ - public function testGetimagegreenprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageheight - * @todo Implement testGetimageheight(). - */ - public function testGetimageheight() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagehistogram - * @todo Implement testGetimagehistogram(). - */ - public function testGetimagehistogram() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageinterlacescheme - * @todo Implement testGetimageinterlacescheme(). - */ - public function testGetimageinterlacescheme() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageiterations - * @todo Implement testGetimageiterations(). - */ - public function testGetimageiterations() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagemattecolor - * @todo Implement testGetimagemattecolor(). - */ - public function testGetimagemattecolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagepage - * @todo Implement testGetimagepage(). - */ - public function testGetimagepage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagepixelcolor - * @todo Implement testGetimagepixelcolor(). - */ - public function testGetimagepixelcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageprofile - * @todo Implement testGetimageprofile(). - */ - public function testGetimageprofile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageredprimary - * @todo Implement testGetimageredprimary(). - */ - public function testGetimageredprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagerenderingintent - * @todo Implement testGetimagerenderingintent(). - */ - public function testGetimagerenderingintent() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageresolution - * @todo Implement testGetimageresolution(). - */ - public function testGetimageresolution() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagescene - * @todo Implement testGetimagescene(). - */ - public function testGetimagescene() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagesignature - * @todo Implement testGetimagesignature(). - */ - public function testGetimagesignature() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagetickspersecond - * @todo Implement testGetimagetickspersecond(). - */ - public function testGetimagetickspersecond() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagetype - * @todo Implement testGetimagetype(). - */ - public function testGetimagetype() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageunits - * @todo Implement testGetimageunits(). - */ - public function testGetimageunits() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagevirtualpixelmethod - * @todo Implement testGetimagevirtualpixelmethod(). - */ - public function testGetimagevirtualpixelmethod() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagewhitepoint - * @todo Implement testGetimagewhitepoint(). - */ - public function testGetimagewhitepoint() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagewidth - * @todo Implement testGetimagewidth(). - */ - public function testGetimagewidth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getnumberimages - * @todo Implement testGetnumberimages(). - */ - public function testGetnumberimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimagetotalinkdensity - * @todo Implement testGetimagetotalinkdensity(). - */ - public function testGetimagetotalinkdensity() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimageregion - * @todo Implement testGetimageregion(). - */ - public function testGetimageregion() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::implodeimage - * @todo Implement testImplodeimage(). - */ - public function testImplodeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::levelimage - * @todo Implement testLevelimage(). - */ - public function testLevelimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::magnifyimage - * @todo Implement testMagnifyimage(). - */ - public function testMagnifyimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::mapimage - * @todo Implement testMapimage(). - */ - public function testMapimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::mattefloodfillimage - * @todo Implement testMattefloodfillimage(). - */ - public function testMattefloodfillimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::medianfilterimage - * @todo Implement testMedianfilterimage(). - */ - public function testMedianfilterimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::negateimage - * @todo Implement testNegateimage(). - */ - public function testNegateimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::paintopaqueimage - * @todo Implement testPaintopaqueimage(). - */ - public function testPaintopaqueimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::painttransparentimage - * @todo Implement testPainttransparentimage(). - */ - public function testPainttransparentimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::previewimages - * @todo Implement testPreviewimages(). - */ - public function testPreviewimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::profileimage - * @todo Implement testProfileimage(). - */ - public function testProfileimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::quantizeimage - * @todo Implement testQuantizeimage(). - */ - public function testQuantizeimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::quantizeimages - * @todo Implement testQuantizeimages(). - */ - public function testQuantizeimages() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::reducenoiseimage - * @todo Implement testReducenoiseimage(). - */ - public function testReducenoiseimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::removeimageprofile - * @todo Implement testRemoveimageprofile(). - */ - public function testRemoveimageprofile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::separateimagechannel - * @todo Implement testSeparateimagechannel(). - */ - public function testSeparateimagechannel() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sepiatoneimage - * @todo Implement testSepiatoneimage(). - */ - public function testSepiatoneimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagebias - * @todo Implement testSetimagebias(). - */ - public function testSetimagebias() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageblueprimary - * @todo Implement testSetimageblueprimary(). - */ - public function testSetimageblueprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagebordercolor - * @todo Implement testSetimagebordercolor(). - */ - public function testSetimagebordercolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagechanneldepth - * @todo Implement testSetimagechanneldepth(). - */ - public function testSetimagechanneldepth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagecolormapcolor - * @todo Implement testSetimagecolormapcolor(). - */ - public function testSetimagecolormapcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagecolorspace - * @todo Implement testSetimagecolorspace(). - */ - public function testSetimagecolorspace() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagedispose - * @todo Implement testSetimagedispose(). - */ - public function testSetimagedispose() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageextent - * @todo Implement testSetimageextent(). - */ - public function testSetimageextent() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagegreenprimary - * @todo Implement testSetimagegreenprimary(). - */ - public function testSetimagegreenprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageinterlacescheme - * @todo Implement testSetimageinterlacescheme(). - */ - public function testSetimageinterlacescheme() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageprofile - * @todo Implement testSetimageprofile(). - */ - public function testSetimageprofile() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimageredprimary - * @todo Implement testSetimageredprimary(). - */ - public function testSetimageredprimary() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagerenderingintent - * @todo Implement testSetimagerenderingintent(). - */ - public function testSetimagerenderingintent() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagevirtualpixelmethod - * @todo Implement testSetimagevirtualpixelmethod(). - */ - public function testSetimagevirtualpixelmethod() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimagewhitepoint - * @todo Implement testSetimagewhitepoint(). - */ - public function testSetimagewhitepoint() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::sigmoidalcontrastimage - * @todo Implement testSigmoidalcontrastimage(). - */ - public function testSigmoidalcontrastimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::stereoimage - * @todo Implement testStereoimage(). - */ - public function testStereoimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::textureimage - * @todo Implement testTextureimage(). - */ - public function testTextureimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::tintimage - * @todo Implement testTintimage(). - */ - public function testTintimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::unsharpmaskimage - * @todo Implement testUnsharpmaskimage(). - */ - public function testUnsharpmaskimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getimage - * @todo Implement testGetimage(). - */ - public function testGetimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::addimage - * @todo Implement testAddimage(). - */ - public function testAddimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setimage - * @todo Implement testSetimage(). - */ - public function testSetimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::newimage - * @todo Implement testNewimage(). - */ - public function testNewimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::newpseudoimage - * @todo Implement testNewpseudoimage(). - */ - public function testNewpseudoimage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getcompression - * @todo Implement testGetcompression(). - */ - public function testGetcompression() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getcompressionquality - * @todo Implement testGetcompressionquality(). - */ - public function testGetcompressionquality() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getcopyright - * @todo Implement testGetcopyright(). - */ - public function testGetcopyright() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getfilename - * @todo Implement testGetfilename(). - */ - public function testGetfilename() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getformat - * @todo Implement testGetformat(). - */ - public function testGetformat() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::gethomeurl - * @todo Implement testGethomeurl(). - */ - public function testGethomeurl() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getinterlacescheme - * @todo Implement testGetinterlacescheme(). - */ - public function testGetinterlacescheme() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getoption - * @todo Implement testGetoption(). - */ - public function testGetoption() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getpackagename - * @todo Implement testGetpackagename(). - */ - public function testGetpackagename() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getpage - * @todo Implement testGetpage(). - */ - public function testGetpage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getquantumdepth - * @todo Implement testGetquantumdepth(). - */ - public function testGetquantumdepth() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getquantumrange - * @todo Implement testGetquantumrange(). - */ - public function testGetquantumrange() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getreleasedate - * @todo Implement testGetreleasedate(). - */ - public function testGetreleasedate() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getresource - * @todo Implement testGetresource(). - */ - public function testGetresource() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getresourcelimit - * @todo Implement testGetresourcelimit(). - */ - public function testGetresourcelimit() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getsamplingfactors - * @todo Implement testGetsamplingfactors(). - */ - public function testGetsamplingfactors() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getsize - * @todo Implement testGetsize(). - */ - public function testGetsize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::getversion - * @todo Implement testGetversion(). - */ - public function testGetversion() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setbackgroundcolor - * @todo Implement testSetbackgroundcolor(). - */ - public function testSetbackgroundcolor() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setcompression - * @todo Implement testSetcompression(). - */ - public function testSetcompression() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setcompressionquality - * @todo Implement testSetcompressionquality(). - */ - public function testSetcompressionquality() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setfilename - * @todo Implement testSetfilename(). - */ - public function testSetfilename() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setformat - * @todo Implement testSetformat(). - */ - public function testSetformat() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setinterlacescheme - * @todo Implement testSetinterlacescheme(). - */ - public function testSetinterlacescheme() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setoption - * @todo Implement testSetoption(). - */ - public function testSetoption() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setpage - * @todo Implement testSetpage(). - */ - public function testSetpage() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setresourcelimit - * @todo Implement testSetresourcelimit(). - */ - public function testSetresourcelimit() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::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 Imagick::setsamplingfactors - * @todo Implement testSetsamplingfactors(). - */ - public function testSetsamplingfactors() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::setsize - * @todo Implement testSetsize(). - */ - public function testSetsize() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::settype - * @todo Implement testSettype(). - */ - public function testSettype() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::key - * @todo Implement testKey(). - */ - public function testKey() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::next - * @todo Implement testNext(). - */ - public function testNext() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::rewind - * @todo Implement testRewind(). - */ - public function testRewind() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::valid - * @todo Implement testValid(). - */ - public function testValid() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } - - /** - * @covers Imagick::current - * @todo Implement testCurrent(). - */ - public function testCurrent() - { - // Remove the following lines when you implement this test. - $this->markTestIncomplete( - 'This test has not been implemented yet.' - ); - } -}