22 lines
		
	
	
		
			377 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			22 lines
		
	
	
		
			377 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								actor: Guy
							 | 
						||
| 
								 | 
							
								paths:
							 | 
						||
| 
								 | 
							
								    tests: tests
							 | 
						||
| 
								 | 
							
								    log: tests/_log
							 | 
						||
| 
								 | 
							
								    data: tests/_data
							 | 
						||
| 
								 | 
							
								    helpers: tests/_helpers
							 | 
						||
| 
								 | 
							
								bootstrap: _bootstrap.php
							 | 
						||
| 
								 | 
							
								settings:
							 | 
						||
| 
								 | 
							
								    colors: true
							 | 
						||
| 
								 | 
							
								    memory_limit: 1024M
							 | 
						||
| 
								 | 
							
								modules:
							 | 
						||
| 
								 | 
							
								    config:
							 | 
						||
| 
								 | 
							
								        Db:
							 | 
						||
| 
								 | 
							
								            dsn: ''
							 | 
						||
| 
								 | 
							
								            user: ''
							 | 
						||
| 
								 | 
							
								            password: ''
							 | 
						||
| 
								 | 
							
								            dump: tests/_data/dump.sql
							 | 
						||
| 
								 | 
							
								coverage:
							 | 
						||
| 
								 | 
							
								    enabled: true
							 | 
						||
| 
								 | 
							
								    include:
							 | 
						||
| 
								 | 
							
								        - src/*
							 |