Skip to content

Commit 478a7c3

Browse files
committed
test: change test method names
1 parent fbde269 commit 478a7c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/Helpers/FormHelperTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ public function testSetCheckboxWithValueZero()
838838
* @runInSeparateProcess
839839
* @preserveGlobalState disabled
840840
*/
841-
public function testSetRadio()
841+
public function testSetRadioFromSessionOldInput()
842842
{
843843
$_SESSION = [
844844
'_ci_old_input' => [
@@ -883,7 +883,7 @@ public function testSetRadioFromPostWithValueZero()
883883
$this->assertSame(' checked="checked"', set_radio('bar', '0', true));
884884
}
885885

886-
public function testSetRadioFromPostArray()
886+
public function testSetRadioFromSessionOldInputPostArray()
887887
{
888888
$_SESSION = [
889889
'_ci_old_input' => [
@@ -900,7 +900,7 @@ public function testSetRadioFromPostArray()
900900
$this->assertSame('', set_radio('bar', 'baz'));
901901
}
902902

903-
public function testSetRadioFromPostArrayWithValueZero()
903+
public function testSetRadioFromSessionOldInputPostArrayWithValueZero()
904904
{
905905
$_SESSION = [
906906
'_ci_old_input' => [

0 commit comments

Comments
 (0)