rm HelloWorldController.class.php
This commit is contained in:
parent
5a34a2f819
commit
9b6b818895
@ -1,19 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
class HelloWorldController extends BaseController {
|
|
||||||
|
|
||||||
function __construct()
|
|
||||||
{
|
|
||||||
if (SERVER_ENV == _ONLINE) {
|
|
||||||
die("can't create UnitTestController");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function sayHello()
|
|
||||||
{
|
|
||||||
echo 'hellokjkjkljkljlk';
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user