Refactored HttpExceptions.
This commit is contained in:
parent
69e969436d
commit
aadfabd714
27 changed files with 54 additions and 57 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\b8;
|
||||
namespace Tests\PHPCensor;
|
||||
|
||||
use PHPCensor\Config;
|
||||
use PHPCensor\Database;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\b8;
|
||||
namespace Tests\PHPCensor;
|
||||
|
||||
use PHPCensor\Config;
|
||||
use PHPCensor\Database;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\b8;
|
||||
namespace Tests\PHPCensor;
|
||||
|
||||
use b8\Exception\HttpException;
|
||||
use PHPCensor\Exception\HttpException;
|
||||
|
||||
class HttpExceptionTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
|
@ -2,9 +2,8 @@
|
|||
|
||||
namespace Tests\PHPCensor\Model;
|
||||
|
||||
use b8\Exception\HttpException\ValidationException;
|
||||
use PHPCensor\Exception\HttpException\ValidationException;
|
||||
use PHPCensor\Model\Build;
|
||||
use PHPCensor\Model;
|
||||
|
||||
/**
|
||||
* Unit tests for the Build model class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue