Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 362 Bytes

Visitor Pattern Introduction

Repository created for internal workshop that I held in Netgen.

First of many, hope so. :)

If you want to execute code, just run tests:

php ./vendor/bin/phpunit

or each test by itself:

php ./vendor/bin/phpunit tests/Visitor/PageCountVisitorTest.php

php ./vendor/bin/phpunit tests/Visitor/AuthorFinderVisitorTest.php