mirror of
https://github.com/friendica/friendica
synced 2025-04-30 03:04:23 +02:00
Ensure query parameters are URL encoded in Arguments
- Simplify Arguments->determine - Remove stripZRLs and stripQueryParam Arguments methods - Updated tests
This commit is contained in:
parent
d1942afbca
commit
1b681222a4
3 changed files with 74 additions and 123 deletions
|
@ -75,7 +75,7 @@ class ApiTest extends FixtureTest
|
|||
$this->app = DI::app();
|
||||
|
||||
$this->app->argc = 1;
|
||||
$this->app->argv = ['home'];
|
||||
$this->app->argv = [''];
|
||||
|
||||
// User data that the test database is populated with
|
||||
$this->selfUser = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue