Skip to content

Commit

Permalink
Adding debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tampe125 committed Aug 3, 2015
1 parent 181df2e commit 81eeb49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion Tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,6 @@
// Let's use our class to create the schema
$importer = new \FOF30\Database\Installer(JFactory::getDbo(), JPATH_TESTS.'/Stubs/schema');
$importer->updateSchema();
unset($importer);
unset($importer);
\FOF30\Tests\Helpers\TravisLogger::reset();
\FOF30\Tests\Helpers\TravisLogger::log(4, 'Boostrap ended');

0 comments on commit 81eeb49

Please sign in to comment.