From 35d5ffca71a1242daafddadd774bf9b69a284100 Mon Sep 17 00:00:00 2001 From: SkieDr Date: Wed, 28 Oct 2009 16:09:17 +0300 Subject: [PATCH] add library fixture for app::import tests --- cake/tests/test_app/libs/library.php | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 cake/tests/test_app/libs/library.php diff --git a/cake/tests/test_app/libs/library.php b/cake/tests/test_app/libs/library.php new file mode 100644 index 000000000..1fb703076 --- /dev/null +++ b/cake/tests/test_app/libs/library.php @@ -0,0 +1,29 @@ + + * 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 + * @subpackage cake.tests.cases.libs + * @since CakePHP(tm) v 1.2.0.5432 + * @version $Rev$ + * @modifiedby $LastChangedBy$ + * @lastmodified $Date$ + * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License + */ +class Library {} +?> \ No newline at end of file