Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active May 30, 2022 17:17
Show Gist options
  • Save mcsee/57a7201836fdb201e8292d8a12f45598 to your computer and use it in GitHub Desktop.
Save mcsee/57a7201836fdb201e8292d8a12f45598 to your computer and use it in GitHub Desktop.
<?
function testOptimizationIsGoodEnough() {
$this->assertTrue(false);
}
function testOptimizationBelowThreshold() {
$this->assertTrue(false);
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment