0

Netbeans is showing errors for .phpt files.

How can I prevent Netbeans from doing this?

enter image description here

IMB
  • 15,163
  • 19
  • 82
  • 140
  • Lemme know if it didn't answer your question. – Praveen Kumar Purushothaman Jan 18 '19 at 18:51
  • @PraveenKumarPurushothaman I've been trying to put `.phpt` there. Doesn't seem to work. E.g., `^(CVS|SCCS|vssver.?\.scc|#.*#|%.*%|_svn)$|~$|^\.(phpt|git|hg|svn|cache|DS_Store)$|^Thumbs.db$` – IMB Jan 18 '19 at 18:55
  • Try using `*.phpt` and tell me. – Praveen Kumar Purushothaman Jan 18 '19 at 20:11
  • @PraveenKumarPurushothaman Doesn't work but I played around and this works: Add `|.phpt` at the end of the string. I now ignore the whole `phpunit` folder because some files other than `.phpt` also show errors. I now have `|phpunit` at the end of the string. – IMB Jan 18 '19 at 20:27

0 Answers0