Skip to content

Commit

Permalink
Removed a snippet of debug code from the testing bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Dec 18, 2013
1 parent ccfda63 commit f357bee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

echo "here\n";

// Ensure PHP 5.4+ for testing
if (PHP_VERSION_ID < 50400) {
die('Please use PHP 5.4+ for testing. Currently, you are using PHP ' . PHP_VERSION . '.');
Expand Down

0 comments on commit f357bee

Please sign in to comment.