You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage
=====
Start the console:
$ ./console
You can execute commands which are registered in the Console class:
>> list testdir
1.txt
2.txt
3.txt
And quit the console:
>> quit()
About
I created this project to practice writing tests using PHPUnit after having course with Sebastian Bergmann.