Explorar el Código

Make sure there is a class to find in the file that must be ignored

Jordi Boggiano hace 12 años
padre
commit
78290945b8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md

+ 6 - 0
tests/Composer/Test/Autoload/Fixtures/classmap/notPhpFile.md

@@ -1 +1,7 @@
 This file should be skipped.
+
+<?php
+
+class mustSkip {
+
+}