From bb6606a5bafb2244d51cee3a700bcadbbb51e518 Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 26 Jan 2009 23:17:58 -0500 Subject: [PATCH] Removing Flay test case --- cake/tests/cases/libs/flay.test.php | 45 ----------------------------- 1 file changed, 45 deletions(-) delete mode 100644 cake/tests/cases/libs/flay.test.php diff --git a/cake/tests/cases/libs/flay.test.php b/cake/tests/cases/libs/flay.test.php deleted file mode 100644 index c8f60e145..000000000 --- a/cake/tests/cases/libs/flay.test.php +++ /dev/null @@ -1,45 +0,0 @@ - - * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) - * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. - * - * @filesource - * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org) - * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests - * @package cake.tests - * @subpackage cake.tests.cases.libs - * @since CakePHP(tm) v 1.2.0.5432 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License - */ -uses('flay'); -/** - * Short description for class. - * - * @package cake.tests - * @subpackage cake.tests.cases.libs - */ -class FlayTest extends UnitTestCase { -/** - * skip method - * - * @access public - * @return void - */ - function skip() { - $this->skipif (true, 'FlayTest not implemented'); - } -} -?> \ No newline at end of file