Check phpunit classes

This commit is contained in:
Shoghi Cervantes 2013-08-28 16:07:53 +02:00
parent f9c405d46a
commit 13a5a8df57

View File

@ -1,5 +1,7 @@
<?php <?php
if(class_exists("PHPUnit_Framework_TestCase", false)){
class ServerSuiteTest extends PHPUnit_Framework_TestCase{ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
private $server; private $server;
public function hook(){ public function hook(){
@ -32,3 +34,5 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
exit(0); exit(0);
} }
} }
}