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