diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-06-25 15:06:09 +0200 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-06-25 15:06:09 +0200 |
commit | 6778704c4943fd5b41376a5153592a7e0f73218c (patch) | |
tree | 5e4e4b47bec2efc2959506c9017c5966d4ad54b1 | |
parent | aac41cd6ae90da36856cc8c2c6b0123344e6252d (diff) | |
download | zetacomponents-graph-6778704c4943fd5b41376a5153592a7e0f73218c.zip zetacomponents-graph-6778704c4943fd5b41376a5153592a7e0f73218c.tar.gz |
Make commons.testdir.php look less fishy
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties index 1933319..3e798fc 100644 --- a/build.properties +++ b/build.properties @@ -12,7 +12,7 @@ commons.basedir = ${basedir} # Base directories with PHP source and test files commons.srcdir = ${basedir}/src commons.srcdir.php = ${basedir}/src -commons.testdir.php = +commons.testdir.php = ${basedir} codesniffer.standard = Ezc codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC |