Ensure the ClockMock is loaded before using it in the testsuite

This commit is contained in:
Christophe Coevoet 2015-09-26 13:03:21 +02:00
parent 934a319571
commit 0e5aa0eebf

View File

@ -16,6 +16,8 @@ use Symfony\Component\Console\Helper\Helper;
use Symfony\Component\Console\Output\StreamOutput;
use Symfony\Component\Console\Tests;
require_once __DIR__.'/../ClockMock.php';
class ProgressBarTest extends \PHPUnit_Framework_TestCase
{
protected function setUp()