Skip to content

Instantly share code, notes, and snippets.

@mattdees
Created November 21, 2012 18:13
Show Gist options
  • Save mattdees/4126608 to your computer and use it in GitHub Desktop.
Save mattdees/4126608 to your computer and use it in GitHub Desktop.
<?php
error_reporting(E_ERROR | E_PARSE );
require_once('test-more-php/Test-More.php');
require_once('tests.php');
plan(3);
pass('http');
pass('php');
$t = new tests();
ok($t->mysql(), 'mysql');
@mattdees
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment