From 22affa124bf71946db3369ed569d2b9bdc0743f7 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 26 Apr 2014 01:05:49 +0300 Subject: [PATCH] travis should be able to run tests in 5.2 --- .gitignore | 1 - phpunit.xml.dist | 2 +- tests/bootstrap.php | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 .gitignore create mode 100644 tests/bootstrap.php diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a725465..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vendor/ \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b8f6613..b31a73f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + tests/Test.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..5f264d2 --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,3 @@ +