Created
November 23, 2012 03:05
-
-
Save jtarleton/4133845 to your computer and use it in GitHub Desktop.
Lime Test
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 | |
require_once('/lime/lime.php'); | |
$t = new lime_test(1); | |
$arr = array('foo'); | |
$t->isa_ok($arr, 'array', 'is an array'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment