From 3c62334bab7bac991fba4973877803be6038ea24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Sat, 11 Nov 2017 12:15:45 -0600 Subject: [PATCH] Remove phpunit.xml from the .gitignore file --- .gitignore | 1 - phpunit.xml | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 phpunit.xml diff --git a/.gitignore b/.gitignore index c49a5d8..d1502b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ vendor/ composer.lock -phpunit.xml diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..c5141d2 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,23 @@ + + + + + ./tests + + + + + ./src + + +