Update PHPUnit classes
This commit is contained in:
@@ -12,12 +12,13 @@
|
|||||||
namespace CachetHQ\Tests\Cachet;
|
namespace CachetHQ\Tests\Cachet;
|
||||||
|
|
||||||
use AltThree\TestBench\AnalysisTrait;
|
use AltThree\TestBench\AnalysisTrait;
|
||||||
use PHPUnit_Framework_TestCase as TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the analysis test class.
|
* This is the analysis test class.
|
||||||
*
|
*
|
||||||
* @author Graham Campbell <graham@alt-three.com>
|
* @author Graham Campbell <graham@alt-three.com>
|
||||||
|
* @author James Brooks <james@alt-three.com>
|
||||||
*/
|
*/
|
||||||
class AnalysisTest extends TestCase
|
class AnalysisTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,12 +12,13 @@
|
|||||||
namespace CachetHQ\Tests\Cachet\Bus\Commands;
|
namespace CachetHQ\Tests\Cachet\Bus\Commands;
|
||||||
|
|
||||||
use AltThree\TestBench\ExistenceTrait;
|
use AltThree\TestBench\ExistenceTrait;
|
||||||
use PHPUnit_Framework_TestCase as TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the command existence test class.
|
* This is the command existence test class.
|
||||||
*
|
*
|
||||||
* @author Graham Campbell <graham@alt-three.com>
|
* @author Graham Campbell <graham@alt-three.com>
|
||||||
|
* @author James Brooks <james@alt-three.com>
|
||||||
*/
|
*/
|
||||||
class CommandExistenceTest extends TestCase
|
class CommandExistenceTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
namespace CachetHQ\Tests\Cachet\Bus\Events;
|
namespace CachetHQ\Tests\Cachet\Bus\Events;
|
||||||
|
|
||||||
use AltThree\TestBench\ExistenceTrait;
|
use AltThree\TestBench\ExistenceTrait;
|
||||||
use PHPUnit_Framework_TestCase as TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the event existence test class.
|
* This is the event existence test class.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
namespace CachetHQ\Tests\Cachet\Bus\Jobs;
|
namespace CachetHQ\Tests\Cachet\Bus\Jobs;
|
||||||
|
|
||||||
use AltThree\TestBench\ExistenceTrait;
|
use AltThree\TestBench\ExistenceTrait;
|
||||||
use PHPUnit_Framework_TestCase as TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the job existence test class.
|
* This is the job existence test class.
|
||||||
|
|||||||
@@ -12,12 +12,13 @@
|
|||||||
namespace CachetHQ\Tests\Cachet\Models;
|
namespace CachetHQ\Tests\Cachet\Models;
|
||||||
|
|
||||||
use AltThree\TestBench\ExistenceTrait;
|
use AltThree\TestBench\ExistenceTrait;
|
||||||
use PHPUnit_Framework_TestCase as TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is the model existence test class.
|
* This is the model existence test class.
|
||||||
*
|
*
|
||||||
* @author Graham Campbell <graham@alt-three.com>
|
* @author Graham Campbell <graham@alt-three.com>
|
||||||
|
* @author James Brooks <james@alt-three.com>
|
||||||
*/
|
*/
|
||||||
class ModelExistenceTest extends TestCase
|
class ModelExistenceTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user