1
0
Fork 0
Commit Graph

3 Commits (9a75adfe0775254038969b75e1d6cad03ad1f765)

Author SHA1 Message Date
Gabriel Noé González 9a75adfe07 Decided to move visibility files apart
Other tests were failing because I modifed the global_symbols.php file
2018-11-11 00:56:07 +01:00
Gabriel Noé González fd9d326c7a Fixing phpcs errors 2018-11-11 00:19:19 +01:00
Gabriel Noé González 73ab1520a3 Visibility Test and Changing line ending from CRLF -> LF
Added CompletionWithVisibilityTest.php
- checks visibility of a property or method call (only public)
- checks visibility of a Class (can see all methods and properties)
- checks visibility of a child class (public and protected)
2018-11-10 23:57:14 +01:00