mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Refresh from kohana svn trunk r3771
This commit is contained in:
22
modules/unit_test/controllers/unit_test.php
Normal file
22
modules/unit_test/controllers/unit_test.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
/**
|
||||
* Unit_Test controller.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
* @package Unit_Test
|
||||
* @author Kohana Team
|
||||
* @copyright (c) 2007-2008 Kohana Team
|
||||
* @license http://kohanaphp.com/license.html
|
||||
*/
|
||||
class Unit_test_Controller extends Controller {
|
||||
|
||||
const ALLOW_PRODUCTION = FALSE;
|
||||
|
||||
public function index()
|
||||
{
|
||||
// Run tests and show results!
|
||||
echo new Unit_Test;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user