mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			480 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			480 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
namespace: api\tests
 | 
						|
actor_suffix: Tester
 | 
						|
paths:
 | 
						|
  tests: tests
 | 
						|
  log: tests/_output
 | 
						|
  data: tests/_data
 | 
						|
  helpers: tests/_support
 | 
						|
settings:
 | 
						|
  bootstrap: _bootstrap.php
 | 
						|
  colors: true
 | 
						|
  memory_limit: 1024M
 | 
						|
coverage:
 | 
						|
  enabled: true
 | 
						|
  remote: true
 | 
						|
  whitelist:
 | 
						|
    include:
 | 
						|
      - ./*
 | 
						|
    exclude:
 | 
						|
      - aop/*
 | 
						|
      - config/*
 | 
						|
      - runtime/*
 | 
						|
      - tests/*
 | 
						|
      - codeception.dist.yml
 | 
						|
      - codeception.yml
 | 
						|
      - index.php
 | 
						|
  c3url: 'http://localhost/api/web/index.php'
 |