diff --git a/.gitignore b/.gitignore
index f31187e..d92a4ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/coverage/
-/composer.lock
-/vendor/
-/.idea/
+build
+composer.lock
+phpunit.xml
+vendor
diff --git a/composer.json b/composer.json
index 8500f2a..62cb8ce 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,7 @@
"prefer-stable": true,
"require-dev": {
"amphp/loop": "dev-master",
- "phpunit/phpunit": "^4.8",
+ "phpunit/phpunit": "^5.0",
"fabpot/php-cs-fixer": "^1.9"
},
"autoload": {
diff --git a/phpunit.xml b/phpunit.xml
deleted file mode 100644
index 744a96f..0000000
--- a/phpunit.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- ./test
-
-
-
-
- ./lib
-
-
-
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
new file mode 100644
index 0000000..65f10fb
--- /dev/null
+++ b/phpunit.xml.dist
@@ -0,0 +1,28 @@
+
+
+
+
+ test
+
+
+
+
+ lib
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/bootstrap.php b/test/bootstrap.php
deleted file mode 100644
index ecfd87b..0000000
--- a/test/bootstrap.php
+++ /dev/null
@@ -1,11 +0,0 @@
-