CodeView
Back to article:
prod
tests
integration
reference-output
Ko
resources
test-clones
xml
custom-file
default-file
dist-file
special
tools
Base
Ko
unit
<?php class DummyClass { public function get_true () { return true; } public function get_false () { return false; } } ?>