Add phpunit autoloader
This commit is contained in:
parent
6e8495f056
commit
31f5869ed9
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once 'PHPUnit/Autoload.php';
|
||||
require_once '../src/LoremIpsum.php';
|
||||
|
||||
class LoremIpsumTest extends PHPUnit_Framework_TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue