File tree Expand file tree Collapse file tree 3 files changed +33
-10
lines changed
Expand file tree Collapse file tree 3 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 1+ filter :
2+ dependency_paths :
3+ - " vendor/"
4+ excluded_paths :
5+ - ' test/'
6+
17build :
2- tests :
3- override :
4- - command : ' ./bin/phing unit'
5- coverage :
6- file : ' test/coverage.xml'
7- format : ' php-clover'
8+ environment :
9+ php :
10+ pecl_extensions :
11+ - inotify
12+
13+ project_setup :
14+ before :
15+ - export PLAISIO_CONFIG_DIR=test
16+ - ./bin/phing kernel
17+
18+ nodes :
19+ analysis :
20+ tests :
21+ override :
22+ - php-scrutinizer-run
23+
24+ coverage :
25+ tests :
26+ override :
27+ - command : ' ./bin/phing unit'
28+ coverage :
29+ file : ' test/coverage.xml'
30+ format : ' php-clover'
Original file line number Diff line number Diff line change 1010 "license" : " MIT" ,
1111 "require" : {
1212 "php" : " >=7.3" ,
13- "setbased/helper-code-store" : " ^2.3"
13+ "setbased/helper-code-store" : " ^2.3.1 "
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^9.0" ,
17- "phing/phing" : " ^2.0 "
16+ "phpunit/phpunit" : " ^9.5. 0" ,
17+ "phing/phing" : " ^2.16.3 "
1818 },
1919 "autoload" : {
2020 "psr-4" : {
Original file line number Diff line number Diff line change 99/**
1010 * Test cases for class PhpCodeStore.
1111 */
12- class PhpCodeStoreTest extends TestCase
12+ class CodeStoreTest extends TestCase
1313{
1414 //--------------------------------------------------------------------------------------------------------------------
1515 /**
You can’t perform that action at this time.
0 commit comments