Skip to content

Commit 6756d5e

Browse files
committed
Apply fixes from StyleCI
1 parent aaa25b8 commit 6756d5e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/Cart/Tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ protected function setUp(): void
2525
$this->setUpDatabase($this->app);
2626
}
2727

28-
29-
3028
protected function getEnvironmentSetUp($app)
3129
{
3230
//$app['path.lang'] = __DIR__ . '/lang';

src/Category/Tests/TaxonScopesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class TaxonScopesTest extends TestCase
117117
$this->assertCount(2, Taxon::roots()->get());
118118
}
119119

120-
121120
/** @test */
122121
public function except_can_exclude_a_taxon_from_the_results()
123122
{

0 commit comments

Comments
 (0)