Skip to content

Commit

Permalink
updated to fit with style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Jantho1990 committed Mar 18, 2018
1 parent 27ad8db commit 723cf73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/Illuminate/Foundation/Testing/Constraints/SeeInOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@

namespace Illuminate\Foundation\Testing\Constraints;

use Illuminate\Database\Connection;
use PHPUnit\Framework\Constraint\Constraint;

class SeeInOrder extends Constraint
{
/**
* The value that failed. Used to display in the error message.
*
*
* @var string
*/
protected $failedValue;

/**
* The string we want to check the content of.
*
*
* @var
*/
protected $content;
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Illuminate\Support\Carbon;
use Illuminate\Contracts\View\View;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Foundation\Testing\Constraints\SeeInOrder;
use PHPUnit\Framework\Assert as PHPUnit;
use Illuminate\Foundation\Testing\Constraints\SeeInOrder;

/**
* @mixin \Illuminate\Http\Response
Expand Down
1 change: 0 additions & 1 deletion tests/Foundation/Testing/Constraints/SeeInOrderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Tests\Foundation\Constraints;

use PHPUnit\Framework\TestCase;
use Illuminate\Foundation\Testing\Constraints\SeeInOrder;
use Illuminate\Tests\Foundation\FoundationTestResponseTest;

class SeeInOrderTest extends TestCase
Expand Down

0 comments on commit 723cf73

Please sign in to comment.