Skip to content

Commit

Permalink
Fixing things that were stripped from subtree history.
Browse files Browse the repository at this point in the history
:D
  • Loading branch information
Rican7 committed May 29, 2013
1 parent 990ef66 commit dfac7ad
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace OneMightyRoar\PhpFileManager\Tests;

use STRIPPED_FROM_HISTORY;
use PHPUnit_Framework_TestCase;

/**
* AbstractFileObjectTest
*
* @uses STRIPPED_FROM_HISTORY
* @uses PHPUnit_Framework_TestCase
* @package OneMightyRoar\PhpFileManager\Tests
*/
abstract class AbstractFileObjectTest extends STRIPPED_FROM_HISTORY
abstract class AbstractFileObjectTest extends PHPUnit_Framework_TestCase
{

const TEST_DATA_FILES_DIRECTORY = '/TestDataFiles/';
Expand Down

0 comments on commit dfac7ad

Please sign in to comment.