Skip to content

Commit

Permalink
Merge pull request #56 from DirectoryTree/analysis-bQ0ojQ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI

[ci skip] [skip ci]
  • Loading branch information
stevebauman authored Jan 14, 2020
2 parents d757aa0 + 177e33e commit e0eeba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/ModelScopeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function test_has_scope()
$this->assertTrue(ModelScopeTestStub::hasGlobalScope('foo'));
$this->assertTrue(ModelScopeTestStub::hasGlobalScope(ScopeTestStub::class));

$this->assertCount(2, (new ModelScopeTestStub)->getGlobalScopes());
$this->assertCount(2, (new ModelScopeTestStub())->getGlobalScopes());
}

public function test_scopes_are_applied_to_query()
Expand Down

0 comments on commit e0eeba7

Please sign in to comment.