From cd1c030362351d6006f0c2cbe52b7fbd65ca9ef8 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Thu, 24 Apr 2014 22:44:30 +0300 Subject: [PATCH] tests should use autoloader --- .gitignore | 1 + phpunit.xml.dist | 2 +- tests/Test.php | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a725465 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor/ \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4c55dc2..b8f6613 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + tests/Test.php diff --git a/tests/Test.php b/tests/Test.php index 1aa2404..5171d84 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -1,7 +1,5 @@