1
This commit is contained in:
parent
603ee1b28e
commit
ac9a167919
12
webapp/controller/UnitTestController.class.php
Normal file
12
webapp/controller/UnitTestController.class.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
class UnitTestController {
|
||||||
|
|
||||||
|
public function __construct() {
|
||||||
|
if (SERVER_ENV == _ONLINE) {
|
||||||
|
die("can't create UnitTestController");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user