Check for config variables first, than general to avoid a bug: If the same
[core.git] / tests / all-tests.sh
1 #!/bin/sh
2
3 find -type f -name "*Test.php" -not -name "Test.php" -exec sh ./unittest.sh {} \;