Added Yiistrap
This commit is contained in:
15
www/protected/extensions/bootstrap/codeception.yml
Normal file
15
www/protected/extensions/bootstrap/codeception.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
paths:
|
||||
tests: tests
|
||||
log: tests/_log
|
||||
data: tests/_data
|
||||
helpers: tests/_helpers
|
||||
settings:
|
||||
bootstrap: _bootstrap.php
|
||||
suite_class: \PHPUnit_Framework_TestSuite
|
||||
colors: false
|
||||
memory_limit: 1024M
|
||||
log: true
|
||||
coverage:
|
||||
enabled: true
|
||||
include:
|
||||
- helpers/*
|
||||
Reference in New Issue
Block a user