Autoload dependencies with autoloader in bootstrap.php

This commit is contained in:
Alex Bilbie
2013-01-02 22:32:49 +00:00
parent b10613c5e3
commit 5f1779c4e7
4 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
<?php
require_once 'src/OAuth2/Authentication/Server.php';
require_once 'src/OAuth2/Authentication/Database.php';
class Authentication_Server_test extends PHPUnit_Framework_TestCase
{
public function setUp()