mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-03 12:06:40 -04:00
Apply StyleCi recommendation
This commit is contained in:
parent
c2a46b7af7
commit
34c64acb75
3 changed files with 4 additions and 4 deletions
|
@ -680,7 +680,7 @@ class ControllerTest extends PHPUnit_Framework_TestCase
|
|||
public function testReadInvalidId()
|
||||
{
|
||||
$_SERVER['QUERY_STRING'] = 'foo';
|
||||
$_GET["foo"] = '';
|
||||
$_GET['foo'] = '';
|
||||
$_SERVER['HTTP_X_REQUESTED_WITH'] = 'JSONHttpRequest';
|
||||
ob_start();
|
||||
new Controller;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue