Skip to content

Commit

Permalink
Added a test file for #32 on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Sep 2, 2014
1 parent e54ae27 commit e5b6b79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/issuegithub32.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

App::error(function() {
if (Config::get('app.debug') === FALSE) {
echo "Not empty";
}
});

0 comments on commit e5b6b79

Please sign in to comment.