mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 18:02:09 +00:00
Fixed existing unit-tests.
This commit is contained in:
Generated
+1
-4
@@ -6,10 +6,7 @@
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="a7058529-bdc4-40b4-a50d-c50564dc83f0" name="Default" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Pecee/Http/Input/IInputItem.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Pecee/Http/Input/IInputItem.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Pecee/Http/Input/InputHandler.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Pecee/Http/Input/InputHandler.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/Pecee/Http/Input/InputItem.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Pecee/Http/Input/InputItem.php" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/tests/Pecee/SimpleRouter/InputHandlerTest.php" beforeDir="false" afterPath="$PROJECT_DIR$/tests/Pecee/SimpleRouter/InputHandlerTest.php" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@@ -428,7 +425,7 @@
|
||||
<workItem from="1616029119335" duration="207000" />
|
||||
<workItem from="1616030812009" duration="3745000" />
|
||||
<workItem from="1616076234772" duration="377000" />
|
||||
<workItem from="1616086876180" duration="6191000" />
|
||||
<workItem from="1616086876180" duration="6839000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
@@ -60,15 +60,6 @@ class InputItem implements IInputItem, \IteratorAggregate
|
||||
*/
|
||||
public function getValue()
|
||||
{
|
||||
/*if(is_array($this->value) === true) {
|
||||
$output = [];
|
||||
foreach($this->value as $key => $val) {
|
||||
$output[$key] = $val->getValue();
|
||||
}
|
||||
|
||||
return $output;
|
||||
}*/
|
||||
|
||||
return $this->value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user