Created
November 21, 2012 18:13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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'); |
Author
mattdees
commented
Nov 21, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment