mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	All kinds of new stuff for Codeception, which isn't working at ALL
This commit is contained in:
		| @@ -9,9 +9,23 @@ settings: | ||||
|     colors: true | ||||
|     memory_limit: 1024M | ||||
| modules: | ||||
|     config: | ||||
|         Db: | ||||
|             dsn: '' | ||||
|             user: '' | ||||
|             password: '' | ||||
|             dump: tests/_data/dump.sql | ||||
|   config: | ||||
|     Db: | ||||
|       dsn: 'sqlite:tests/_data/testing.sqlite' | ||||
|       user: '' | ||||
|       password: '' | ||||
|       dump: | ||||
|       cleanup: false | ||||
|       populate: false | ||||
| coverage: | ||||
|   enabled: true | ||||
| whitelist: | ||||
|   include: | ||||
|     - app/* | ||||
|   exclude: | ||||
|     - app/storage/* | ||||
|   blacklist: | ||||
|     include: | ||||
|       - app/controllers/* | ||||
|     exclude: | ||||
|       - app/controllers/BaseController.php | ||||
		Reference in New Issue
	
	Block a user