Skip to content

Commit

Permalink
add library fixture for app::import tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Oct 28, 2009
1 parent 102f103 commit 35d5ffc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions cake/tests/test_app/libs/library.php
@@ -0,0 +1,29 @@
<?php
/* SVN FILE: $Id$ */

/**
* Test Suite Library
*
* Long description for file
*
* PHP versions 4 and 5
*
* CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite>
* 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 {}
?>

0 comments on commit 35d5ffc

Please sign in to comment.