Skip to content

Commit

Permalink
Update NetBeans IDE configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rchouinard committed Apr 4, 2014
1 parent 36a2174 commit 297e16e
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_create_2e_tests=false
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_enabled=false
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_path=
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_enabled=true
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_path=phpunit.xml.dist
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_enabled=false
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_path=
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_enabled=true
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_path=vendor/bin/phpunit
auxiliary.org-netbeans-modules-php-phpunit.test_2e_groups_2e_ask=false
auxiliary.org-netbeans-modules-php-phpunit.test_2e_run_2e_all=false
file.reference.bytesize-test=test
include.path=${php.global.include.path}
php.version=PHP_53
phpunit.bootstrap=
phpunit.bootstrap.create.tests=false
phpunit.configuration=../bencode/phpunit.xml.dist
phpunit.run.test.files=false
phpunit.script=vendor/bin/phpunit
phpunit.suite=
phpunit.test.groups.ask=false
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
test.src.dir=Tests
test.src.dir=${file.reference.bytesize-test}
testing.providers=PhpUnit
web.root=.

0 comments on commit 297e16e

Please sign in to comment.