Skip to content

Commit

Permalink
Stop Style CI complaining, redux
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Feb 18, 2020
1 parent 3dbf299 commit efc4bd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Regression/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Tests\Regression\AlgoWeb\PODataLaravel;


use Orchestra\Testbench\TestCase as BaseTestCase;

class TestCase extends BaseTestCase
Expand Down Expand Up @@ -61,4 +60,4 @@ protected function assertSeeShim($result, $expected)
$this->assertContains($expected, $result->response->getOriginalContent());
}
}
}
}

0 comments on commit efc4bd7

Please sign in to comment.