small code style improvements, trying to get phpunit with hhvm to work in travis
This commit is contained in:
@@ -145,7 +145,7 @@ class zerobinTest extends PHPUnit_Framework_TestCase
|
||||
file_put_contents(CONF, '');
|
||||
ob_start();
|
||||
new zerobin;
|
||||
$content = ob_get_contents();
|
||||
ob_get_contents();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -944,4 +944,4 @@ class zerobinTest extends PHPUnit_Framework_TestCase
|
||||
);
|
||||
$this->assertFalse($this->_model->exists(helper::getPasteId()), 'paste successfully deleted');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user