Skip to content

Commit 4258217

Browse files
committed
wip
1 parent f4fbe88 commit 4258217

5 files changed

Lines changed: 1 addition & 60 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
composer.lock
3+
/build/

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/logs/clover.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

phpunit.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,4 @@
1414
<directory>src/</directory>
1515
</include>
1616
</source>
17-
<coverage>
18-
<report>
19-
<clover outputFile="build/logs/clover.xml"/>
20-
</report>
21-
</coverage>
2217
</phpunit>

tests/TestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ protected function getEnvironmentSetUp($app): void
4040
'redirect' => 'http://localhost',
4141
],
4242
);
43-
44-
// Setup default database to use sqlite :memory:
45-
$app['config']->set('database.default', 'testbench');
46-
$app['config']->set('database.connections.testbench', [
47-
'driver' => 'sqlite',
48-
'database' => ':memory:',
49-
'prefix' => '',
50-
]);
5143
}
5244

5345
protected function defineWebRoutes($router): void

0 commit comments

Comments
 (0)