mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Removed unnecessary chatter from test runner
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60604 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
cad5130fb5
commit
ec96a10a20
@ -35,9 +35,9 @@ class SapphireTest extends PHPUnit_Framework_TestCase {
|
||||
// Set up fixture
|
||||
if($fixtureFile) {
|
||||
if(substr(DB::getConn()->currentDatabase(),0,5) != 'tmpdb') {
|
||||
echo "Re-creating temp database... ";
|
||||
//echo "Re-creating temp database... ";
|
||||
self::create_temp_db();
|
||||
echo "done.\n";
|
||||
//echo "done.\n";
|
||||
}
|
||||
|
||||
// This code is a bit misplaced; we want some way of the whole session being reinitialised...
|
||||
|
Loading…
x
Reference in New Issue
Block a user