Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipu authored and StyleCIBot committed May 23, 2017
1 parent 8a804d2 commit 5dd7a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

namespace Shipu\Themevel\Tests;

use GrahamCampbell\TestBench\AbstractPackageTestCase;
Expand All @@ -17,8 +17,8 @@ abstract class TestCase extends AbstractPackageTestCase
*
* @return string
*/
protected function getServiceProviderClass( $app )
protected function getServiceProviderClass($app)
{
return ThemevelServiceProvider::class;
}
}
}
3 changes: 2 additions & 1 deletion tests/ThemeTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace Shipu\Themevel\Tests;

class ThemeTest extends TestCase
{
public function testTheme()
Expand Down

0 comments on commit 5dd7a01

Please sign in to comment.