File tree 4 files changed +20
-2
lines changed
4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ composer.phar
6
6
# composer.lock
7
7
/composer.lock
8
8
/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 1
1
# Test script
2
+
2
3
composer update
3
- RC= ./vendor/phpunit/phpunit/phpunit tests
4
- rm -rf vendor composer.lock
4
+ ./vendor/phpunit/phpunit/phpunit tests
5
+ RC= $?
5
6
exit $RC
6
7
You can’t perform that action at this time.
0 commit comments