Skip to content

Commit

Permalink
Revert "Reorganize"
Browse files Browse the repository at this point in the history
This reverts commit 07a4e0b.
  • Loading branch information
sebastianbergmann committed Aug 2, 2019
1 parent 7905e9d commit dab10be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPUnit\Framework;
namespace PHPUnit\Framework\Error;

use PHPUnit\Framework\Exception;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
Expand Down
1 change: 1 addition & 0 deletions src/Framework/TestFailure.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
namespace PHPUnit\Framework;

use PHPUnit\Framework\Error\Error;
use Throwable;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Util/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
namespace PHPUnit\Util;

use PHPUnit\Framework\Error;
use PHPUnit\Framework\Error\Error;

final class ErrorHandler
{
Expand Down
1 change: 1 addition & 0 deletions tests/unit/Framework/TestFailureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
namespace PHPUnit\Framework;

use PHPUnit\Framework\Error\Error;
use SebastianBergmann\Comparator\ComparisonFailure;

/**
Expand Down

0 comments on commit dab10be

Please sign in to comment.