Skip to content

Instantly share code, notes, and snippets.

@Zemistr
Created November 14, 2015 21:28
Show Gist options
  • Save Zemistr/e97cf41e44947c6e04cc to your computer and use it in GitHub Desktop.
Save Zemistr/e97cf41e44947c6e04cc to your computer and use it in GitHub Desktop.
A unit testing framework in a tweet.
<?php
function test($m,$p){echo"\033[".($p?"32m✔":"31m✘")." It $m\033[0m\n";!$p&&register_shutdown_function(function(){die(1);});}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment