mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -04:00
apply StyleCI recommendation
This commit is contained in:
parent
8ad6300c1c
commit
46c49e5455
3 changed files with 5 additions and 5 deletions
|
@ -524,7 +524,7 @@ class ControllerTest extends TestCase
|
|||
$_SERVER['HTTP_X_REQUESTED_WITH'] = 'JSONHttpRequest';
|
||||
$_SERVER['REQUEST_METHOD'] = 'POST';
|
||||
$_SERVER['REMOTE_ADDR'] = '::1';
|
||||
$paste = Helper::getPaste();
|
||||
$paste = Helper::getPaste();
|
||||
$this->_data->create(Helper::getPasteId(), $paste);
|
||||
ob_start();
|
||||
new Controller;
|
||||
|
@ -551,7 +551,7 @@ class ControllerTest extends TestCase
|
|||
$_SERVER['HTTP_X_REQUESTED_WITH'] = 'JSONHttpRequest';
|
||||
$_SERVER['REQUEST_METHOD'] = 'POST';
|
||||
$_SERVER['REMOTE_ADDR'] = '::1';
|
||||
$paste = Helper::getPaste();
|
||||
$paste = Helper::getPaste();
|
||||
$this->_data->create(Helper::getPasteId(), $paste);
|
||||
ob_start();
|
||||
new Controller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue