Explorar el Código

Aded build directory to ignored phpunit files

Taddeus Kroes hace 13 años
padre
commit
99f5310756
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>