Skip to content

Commit 8c0b58e

Browse files
committed
test: improve test method names
1 parent 335ab86 commit 8c0b58e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system/Validation/StrictRules/DatabaseRelatedRulesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testIsUniqueTrue(): void
8282
$this->assertTrue($this->validation->run($data));
8383
}
8484

85-
public function testIsUniqueIgnoresParams(): void
85+
public function testIsUniqueWithIgnoreValue(): void
8686
{
8787
$db = Database::connect();
8888
$db
@@ -102,7 +102,7 @@ public function testIsUniqueIgnoresParams(): void
102102
$this->assertTrue($this->validation->run($data));
103103
}
104104

105-
public function testIsUniqueIgnoresParamsPlaceholders(): void
105+
public function testIsUniqueWithIgnoreValuePlaceholder(): void
106106
{
107107
$this->hasInDatabase('user', [
108108
'name' => 'Derek',

0 commit comments

Comments
 (0)