Skip to content

Commit

Permalink
Removed the require statements for Mockery and Hamcrest (let composer…
Browse files Browse the repository at this point in the history
… handle the loading)
  • Loading branch information
Jachim Coudenys committed Nov 13, 2012
1 parent 7c61842 commit fa5a6cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions PHPUnit/Extensions/Mockery/TestCase.php
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,5 @@
<?php <?php


require_once 'Mockery/Loader.php';
require_once 'Hamcrest/Hamcrest.php';

$loader = new \Mockery\Loader(); $loader = new \Mockery\Loader();
$loader->register(); $loader->register();


Expand Down Expand Up @@ -74,4 +71,4 @@ private function parseAnnotations($docblock) {


return $annotations; return $annotations;
} }
} }

0 comments on commit fa5a6cb

Please sign in to comment.