codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
<?php require_once dirname(__FILE__) . '/ExampleControllerTest.php'; class ControllersAllTests { public static function main() { PHPUnit_TextUI_TestRunner::run(self::suite()); } public static function suite() { $suite = new PHPUnit_Framework_TestSuite('My Application - Controllers'); $suite->addTestSuite('ExampleControllerTestCase'); return $suite; } }
Private
[
?
]
Run code