mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 10:31:28 +00:00
Include new line at the end of the file.
This commit is contained in:
@@ -19,4 +19,4 @@ trait CreatesApplication
|
||||
|
||||
return $app;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ class ExampleTest extends TestCase
|
||||
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
abstract class TestCase extends BaseTestCase
|
||||
{
|
||||
use CreatesApplication;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ class ExampleTest extends TestCase
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user