From f3e6f99696d701b7654a27fee30032acd5a0dfc6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 6 Mar 2013 17:04:49 +0000 Subject: [PATCH] Removed old build files --- build/phpcs.xml | 8 -------- build/phpmd.xml | 14 -------------- build/phpunit.xml | 31 ------------------------------- phpunit.xml | 31 +++++++++++++++++++++++++++++++ 4 files changed, 31 insertions(+), 53 deletions(-) delete mode 100644 build/phpcs.xml delete mode 100644 build/phpmd.xml delete mode 100644 build/phpunit.xml create mode 100644 phpunit.xml diff --git a/build/phpcs.xml b/build/phpcs.xml deleted file mode 100644 index a6ee80da..00000000 --- a/build/phpcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - PHP_CodeSniffer configuration - - - - \ No newline at end of file diff --git a/build/phpmd.xml b/build/phpmd.xml deleted file mode 100644 index 11f54dc1..00000000 --- a/build/phpmd.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - Ruleset for OAuth 2.0 server - - - - - \ No newline at end of file diff --git a/build/phpunit.xml b/build/phpunit.xml deleted file mode 100644 index 3281974b..00000000 --- a/build/phpunit.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - ../tests/authorization - - - ../tests/resource - - - ../tests/util - - - - - PEAR_INSTALL_DIR - PHP_LIBDIR - ../vendor/composer - ../vendor/mockery - ../vendor/phpunit - ../tests - ../testing - - - - - - - - - \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 00000000..219005bc --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,31 @@ + + + + + tests/authorization + + + tests/resource + + + tests/util + + + + + PEAR_INSTALL_DIR + PHP_LIBDIR + vendor/composer + vendor/mockery + vendor/phpunit + tests + testing + + + + + + + + + \ No newline at end of file