for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of graze/queue.
*
* Copyright (c) 2015 Nature Delivered Ltd. <https://www.graze.com>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* @license https://github.com/graze/queue/blob/master/LICENSE MIT
* @link https://github.com/graze/queue
*/
namespace Graze\Queue\Test;
use Hamcrest\Util;
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
class TestCase extends \PHPUnit\Framework\TestCase
{
use MockeryPHPUnitIntegration;
public static function setUpBeforeClass()
// Require the Hamcrest global functions.
Util::registerGlobalFunctions();
}