From 6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Sun, 18 Nov 2012 19:08:27 +0000 Subject: Reworked the "test" task in order to make it work again: - it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d3325539..8785e5f4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,11 @@ /.project /.settings /assets +/build buildscripts/chmbuilder/assets/* buildscripts/chmbuilder/classes/runtime/* +buildscripts/texbuilder/quickstart/*.png +buildscripts/texbuilder/quickstart/*.tex demos/address-book/assets/* demos/address-book/protected/runtime/* demos/blog-tutorial/assets/* @@ -58,5 +61,6 @@ tests/FunctionalTests/validators/assets/* tests/FunctionalTests/validators/protected/runtime/* tests/simple_unit/runtime/* tests/unit/Caching/mockapp/runtime/* +tests/unit/Data/db/test.db tests/unit/Security/app/runtime/* tests/unit/Web/app/runtime/* -- cgit v1.2.3