Commit 6d3eabf9 authored by Ben Corlett's avatar Ben Corlett

Remove tabs / spaces mix.

parent 79d18a31
...@@ -3,17 +3,17 @@ ...@@ -3,17 +3,17 @@
class TestCase extends Illuminate\Foundation\Testing\TestCase { class TestCase extends Illuminate\Foundation\Testing\TestCase {
/** /**
* Creates the application. * Creates the application.
* *
* @return Symfony\Component\HttpKernel\HttpKernelInterface * @return Symfony\Component\HttpKernel\HttpKernelInterface
*/ */
public function createApplication() public function createApplication()
{ {
$unitTesting = true; $unitTesting = true;
$testEnvironment = 'testing'; $testEnvironment = 'testing';
return require __DIR__.'/../../bootstrap/start.php'; return require __DIR__.'/../../bootstrap/start.php';
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment