Skip to content

Instantly share code, notes, and snippets.

@jtarleton
Created November 23, 2012 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtarleton/4133845 to your computer and use it in GitHub Desktop.
Save jtarleton/4133845 to your computer and use it in GitHub Desktop.
Lime Test
<?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