Cleaned up test includes a bit
Probably want to include an autoloader at some point. Also added PHP 5.3 and 5.4 to the test list, 5.3 outta fail, unsure about 5.4
This commit is contained in:
parent
19a211cf6a
commit
7f37abc527
6 changed files with 16 additions and 17 deletions
|
@ -1,10 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once 'classes/String.php';
|
||||
require_once 'classes/Object.php';
|
||||
require_once 'classes/API/Common.php';
|
||||
require_once 'classes/API/Gravatar.php';
|
||||
|
||||
class StringTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue