Browse Source

Aded build directory to ignored phpunit files

Taddeus Kroes 13 years ago
parent
commit
99f5310756
1 changed files with 1 additions and 0 deletions
  1. 1 0
      phpunit.xml

+ 1 - 0
phpunit.xml

@@ -19,6 +19,7 @@
 			<directory>.</directory>
 			<exclude>
 				<directory>tests</directory>
+				<directory>build</directory>
 			</exclude>
 		</whitelist>
 	</filter>