Add test case for bill dates

This commit is contained in:
James Cole
2023-11-26 07:19:57 +01:00
parent 5e49e149b1
commit a6c355c7b8
8 changed files with 310 additions and 107 deletions

View File

@@ -38,7 +38,7 @@ trait CreatesApplication
*/
public function createApplication()
{
$app = require_once __DIR__ . '/../../bootstrap/app.php';
$app = require __DIR__ . '/../../bootstrap/app.php';
$app->make(Kernel::class)->bootstrap();