diff --git a/cake/tests/cases/libs/file.test.php b/cake/tests/cases/libs/file.test.php new file mode 100644 index 000000000..db5777405 --- /dev/null +++ b/cake/tests/cases/libs/file.test.php @@ -0,0 +1,40 @@ + + * Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 + * Author(s): Larry E. Masters aka PhpNut + * + * Licensed under The Open Group Test Suite License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @author Larry E. Masters aka PhpNut + * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 + * @link http://www.phpnut.com/projects/ + * @package test_suite + * @subpackage test_suite.cases.app + * @since CakePHP Test Suite v 1.0.0.0 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + */ + require_once LIBS.'file.php'; +/** + * Short description for class. + * + * @package test_suite + * @subpackage test_suite.cases.libs + * @since CakePHP Test Suite v 1.0.0.0 + */ +class FileTest extends UnitTestCase { + +} +?> \ No newline at end of file diff --git a/cake/tests/cases/libs/folder.test.php b/cake/tests/cases/libs/folder.test.php new file mode 100644 index 000000000..1f9d68491 --- /dev/null +++ b/cake/tests/cases/libs/folder.test.php @@ -0,0 +1,40 @@ + + * Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 + * Author(s): Larry E. Masters aka PhpNut + * + * Licensed under The Open Group Test Suite License + * Redistributions of files must retain the above copyright notice. + * + * @filesource + * @author Larry E. Masters aka PhpNut + * @copyright Copyright (c) 2006, Larry E. Masters Shorewood, IL. 60431 + * @link http://www.phpnut.com/projects/ + * @package test_suite + * @subpackage test_suite.cases.app + * @since CakePHP Test Suite v 1.0.0.0 + * @version $Revision$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + */ + require_once LIBS.'folder.php'; +/** + * Short description for class. + * + * @package test_suite + * @subpackage test_suite.cases.libs + * @since CakePHP Test Suite v 1.0.0.0 + */ +class FolderTest extends UnitTestCase { + +} +?> \ No newline at end of file