diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-21 17:50:11 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-21 17:50:45 +0100 |
commit | a918f3b977673687d2e726baecc76b6bc2f3f064 (patch) | |
tree | 7d318d6d4062e6d138b4acaaeaecd6dca336102d | |
parent | a7c561f9302fa76cb10cc6dd0f05603b2c7ddc64 (diff) | |
download | zetacomponents-graph-a918f3b977673687d2e726baecc76b6bc2f3f064.zip zetacomponents-graph-a918f3b977673687d2e726baecc76b6bc2f3f064.tar.gz |
Testdir must be empty, for ABC to execute the tests
-rw-r--r-- | build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.properties b/build.properties index 3e798fc..52adb9b 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 = ${basedir} +commons.testdir.php = codesniffer.standard = Ezc codesniffer.standard.package.name = PHP_CodeSniffer_Standards_EZC |