mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-24 22:45:10 -04:00
that variable is required to suppress output when unit testing, also travis has composer preinstalled
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ class zerobinTest extends PHPUnit_Framework_TestCase
|
||||
file_put_contents(CONF, '');
|
||||
ob_start();
|
||||
new zerobin;
|
||||
ob_get_contents();
|
||||
$content = ob_get_contents();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user