renaming the fork to PrivateBin

This commit is contained in:
El RIDO
2016-07-11 11:58:15 +02:00
parent 6a663ba07f
commit 79509ad48a
48 changed files with 320 additions and 315 deletions

View File

@@ -193,7 +193,7 @@ new configurationTestGenerator(array(
'attributes' => array(
'type' => 'text/css',
'rel' => 'stylesheet',
'href' => 'regexp:#css/zerobin\.css#',
'href' => 'regexp:#css/privatebin\.css#',
),
),
'$content',
@@ -227,7 +227,7 @@ new configurationTestGenerator(array(
'attributes' => array(
'type' => 'text/css',
'rel' => 'stylesheet',
'href' => 'regexp:#css/zerobin.css#',
'href' => 'regexp:#css/privatebin.css#',
),
),
'$content',
@@ -474,7 +474,7 @@ class configurationCombinationsTest extends PHPUnit_Framework_TestCase
/* Setup Routine */
helper::confBackup();
$this->_model = zerobin_data::getInstance(array('dir' => PATH . 'data'));
$this->_model = privatebin_data::getInstance(array('dir' => PATH . 'data'));
serversalt::setPath(PATH . 'data');
$this->reset();
}
@@ -564,7 +564,7 @@ EOT;
$code .= PHP_EOL . $preString;
$code .= <<<'EOT'
ob_start();
new zerobin;
new privatebin;
$content = ob_get_contents();
EOT;