Skip to content

Instantly share code, notes, and snippets.

View peterfox's full-sized avatar

Peter Fox peterfox

View GitHub Profile
@peterfox
peterfox / example.php
Created September 9, 2021 15:47 — forked from jasonmccreary/example.php
Collection Challenge
<?php
// before
$registry = [
'tests/BasicClass.php' => [
'TestCase',
],
'tests/ComplexClass.php' => [
'TestCase',
'RefreshDatabase',