removing some unused code detected by codacy

This commit is contained in:
El RIDO
2016-07-04 20:46:45 +02:00
parent a856a50bc3
commit 5980f8b603
7 changed files with 3 additions and 19 deletions

View File

@@ -124,9 +124,7 @@ class zerobinTest extends PHPUnit_Framework_TestCase
$file = PATH . $dir . DIRECTORY_SEPARATOR . '.htaccess';
@unlink($file);
}
ob_start();
new zerobin;
$content = ob_get_contents();
foreach ($dirs as $dir) {
$file = PATH . $dir . DIRECTORY_SEPARATOR . '.htaccess';
$this->assertFileExists(