Skip to content

Instantly share code, notes, and snippets.

@michaeltwofish
Created December 31, 2011 04:25
Show Gist options
  • Save michaeltwofish/1542869 to your computer and use it in GitHub Desktop.
Save michaeltwofish/1542869 to your computer and use it in GitHub Desktop.
✘ test_cache_assets
Expected simple_assets key to exist in array ( )
test_pluggable.php:42
Expected simple_assets key to exist in array ( )
test_pluggable.php:42
Expected simple_assets key to exist in array ( )
test_pluggable.php:42
$this->assert_true(array_key_exists($key, $result), "Expected <em>$key</em> key to exist in <em>" . var_export($result, true) . "</em>");
$this->assert_false(true, "falsey");
$this->assert_equal($expected[$key], $result[$key], "Expected <em>". var_export($expected[$key], true) . "</em> to equal <em>" . var_export($result[$key], true) . "</em>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment