Rewrite integration tests to run with Docker containers
This commit is contained in:
8
tests/configs/config.sqlite.php
Normal file
8
tests/configs/config.sqlite.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
define('DB_DRIVER', 'sqlite');
|
||||
|
||||
define('DEBUG', true);
|
||||
define('LOG_DRIVER', 'file');
|
||||
|
||||
define('API_AUTHENTICATION_TOKEN', 'test');
|
||||
Reference in New Issue
Block a user