Remove empty tests/phan directory

tests/phan/issues is no longer populated, and stubs should be in .phan/stubs
going forwards.

Change-Id: I238ff73939c5b1b79594c8a043c4fe7082f93a65
This commit is contained in:
Kunal Mehta 2019-03-23 15:33:58 -07:00 committed by Umherirrender
parent 1145487671
commit 46e2f60fec
3 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View file

@ -2,4 +2,3 @@
composer.lock
node_modules/
vendor/
tests/phan/issues

View file

@ -1,3 +0,0 @@
These stubs describe how code that is not available at analysis time should be
used. No implementations are necessary, just define the classes and their
methods and use phpdoc to describe what arguments are allowed.