mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 18:37:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			646 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			646 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
actor: Tester
 | 
						|
paths:
 | 
						|
    tests: tests
 | 
						|
    log: tests/_output
 | 
						|
    data: tests/_data
 | 
						|
    support: tests/_support
 | 
						|
    envs: tests/_envs
 | 
						|
settings:
 | 
						|
    bootstrap: _bootstrap.php
 | 
						|
    colors: true
 | 
						|
    memory_limit: 1024M
 | 
						|
extensions:
 | 
						|
    enabled:
 | 
						|
        - Codeception\Extension\RunFailed
 | 
						|
        - Codeception\Extension\Recorder
 | 
						|
    config:
 | 
						|
        Codeception\Extension\Recorder:
 | 
						|
            delete_successful: false
 | 
						|
modules:
 | 
						|
    config:
 | 
						|
        Db:
 | 
						|
            dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
 | 
						|
            user: 'ninja'
 | 
						|
            password: 'ninja'
 | 
						|
            dump: tests/_data/dump.sql
 | 
						|
            populate: true
 | 
						|
            cleanup: false |