Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek authored and StyleCIBot committed Sep 2, 2016
1 parent 45dacb2 commit 7ebeb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Models/ModuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ public function it_returns_valid_service_provider_class()
->with('modules/namespace' .
'\\' . $this->name . '\\' . 'provider/namespace' . '\\' .
'ServiceProvider', m::on(function ($arg) {
return $arg instanceof Module && $arg->foo() == 'bar';
}))->andReturn('result');
return $arg instanceof Module && $arg->foo() == 'bar';
}))->andReturn('result');

$this->assertSame('result', $this->module->serviceProviderClass());
}
Expand Down

0 comments on commit 7ebeb43

Please sign in to comment.