diff --git a/.gitignore b/.gitignore index e154788b..1a5e850a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /bin /docs /build/* +!/build/phpunit.xml !/build/phpmd.xml !/build/phpdox.xml /vendor/ @@ -10,3 +11,4 @@ /apikey.php /phpunit /public_html +/cache.properties diff --git a/build.xml b/build.xml index b85793a3..3942b6ff 100644 --- a/build.xml +++ b/build.xml @@ -1,11 +1,11 @@ - + + depends="prepare,lint,tools-parallel,phpunit,phpdox"/> @@ -13,12 +13,9 @@ + - - @@ -122,6 +119,9 @@ - + + + + diff --git a/build/phpunit.xml b/build/phpunit.xml new file mode 100644 index 00000000..60217598 --- /dev/null +++ b/build/phpunit.xml @@ -0,0 +1,40 @@ + + + + + + ../test/Tmdb/ + + + + + + functional + + + + + + ../lib/Tmdb/ + + + + + + + + \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 19f79649..819f8286 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -28,13 +28,4 @@ ./lib/Tmdb/ - - - - - \ No newline at end of file