File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ composer.phar
66# composer.lock
77/composer.lock
88/set-local-test-env.sh
9+ /nbproject /private /
Original file line number Diff line number Diff line change 1+ include.path =${php.global.include.path}
2+ php.version =PHP_73
3+ source.encoding =UTF-8
4+ src.dir =.
5+ tags.asp =false
6+ tags.short =false
7+ web.root =.
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://www.netbeans.org/ns/project/1" >
3+ <type >org.netbeans.modules.php.project</type >
4+ <configuration >
5+ <data xmlns =" http://www.netbeans.org/ns/php-project/1" >
6+ <name >php-email</name >
7+ </data >
8+ </configuration >
9+ </project >
Original file line number Diff line number Diff line change 11# Test script
2+
23composer update
3- RC= ./vendor/phpunit/phpunit/phpunit tests
4- rm -rf vendor composer.lock
4+ ./vendor/phpunit/phpunit/phpunit tests
5+ RC= $?
56exit $RC
67
You can’t perform that action at this time.
0 commit comments