2011-03-16 01:13:33 +00:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Test Suite TestUtilityClass Library
|
|
|
|
*
|
2017-06-10 22:15:34 +00:00
|
|
|
* CakePHP(tm) Tests <https://book.cakephp.org/2.0/en/development/testing.html>
|
2017-06-10 22:10:52 +00:00
|
|
|
* Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
|
2011-03-16 01:13:33 +00:00
|
|
|
*
|
|
|
|
* Licensed under The MIT License
|
2013-02-08 12:22:51 +00:00
|
|
|
* For full copyright and license information, please see the LICENSE.txt
|
2011-03-16 01:13:33 +00:00
|
|
|
* Redistributions of files must retain the above copyright notice
|
|
|
|
*
|
2017-06-10 22:10:52 +00:00
|
|
|
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
|
2017-06-10 22:15:34 +00:00
|
|
|
* @link https://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
2013-05-30 22:11:14 +00:00
|
|
|
* @package Cake.Test.TestApp.Lib.Utility
|
2011-03-16 01:13:33 +00:00
|
|
|
* @since CakePHP(tm) v 1.3
|
2013-05-30 22:11:14 +00:00
|
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2016-08-10 10:22:09 +00:00
|
|
|
* TestUtilityClass
|
2013-05-30 22:11:14 +00:00
|
|
|
*
|
|
|
|
* @package Cake.Test.TestApp.Lib.Utility
|
2011-03-16 01:13:33 +00:00
|
|
|
*/
|
2012-03-18 03:53:13 +00:00
|
|
|
class TestUtilityClass {
|
|
|
|
}
|