From cb9cc07d30f5f77b1ff4dc3b315654db16c539e8 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 1 Aug 2015 13:23:59 +0100 Subject: [PATCH] add test-info --- .travis.yml | 2 ++ tests/test_info.php | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/test_info.php diff --git a/.travis.yml b/.travis.yml index bc557fb4..d30eeff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ install: - if [[ "$DB" == "mysql" ]]; then mysql -e "CREATE DATABASE shimmie;" -uroot; fi script: + - php tests/test_info.php + - curl http://127.0.0.1/tests/test_info.php - php tests/test_install.php -d $DB -h "http://127.0.0.1/" - php tests/test_all.php -h "http://127.0.0.1/" diff --git a/tests/test_info.php b/tests/test_info.php new file mode 100644 index 00000000..f05b184e --- /dev/null +++ b/tests/test_info.php @@ -0,0 +1,6 @@ +