Skip to content

Commit

Permalink
remove phpunit from vendors, and cleanup other stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Oct 16, 2014
1 parent 5119338 commit 92878d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 35 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
vendor
build
.idea
composer.lock
/vendor/
/build/
/composer.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ php:
- hhvm

install:
- composer --prefer-source --dev install
- composer --prefer-source install
23 changes: 0 additions & 23 deletions build.xml

This file was deleted.

3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"nikic/php-parser" : "~1.0",
"phpunit/php-timer": "~1.0"
},
"require-dev" : {
"phpunit/phpunit" : "~3.7|~4.0"
},
"autoload" : {
"psr-0" : {
"rg\\tools\\phpnsc" : "src/"
Expand Down
5 changes: 1 addition & 4 deletions phpunit.xml → phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
colors="true">
<testsuites>
<testsuite name="phpnsc">
<directory>test/rg/tools/phpnsc</directory>
<directory>test</directory>
</testsuite>
</testsuites>
<logging>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>

0 comments on commit 92878d3

Please sign in to comment.