Skip to content

Commit 064ed2e

Browse files
authored
chore(tests): align test names with idiomatic naming style (#55496)
1 parent c01bb8d commit 064ed2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Config/RepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function testOffsetUnset()
280280
$this->assertNull($this->repository->get('associate'));
281281
}
282282

283-
public function testsItIsMacroable()
283+
public function testItIsMacroable()
284284
{
285285
$this->repository->macro('foo', function () {
286286
return 'macroable';

tests/Database/DatabaseEloquentModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3223,7 +3223,7 @@ public function testCastsMethodIsTakenInConsiderationOnSerialization()
32233223
$this->assertEquals(1, $model->getAttribute('duplicatedAttribute'));
32243224
}
32253225

3226-
public function testsCastOnArrayFormatWithOneElement()
3226+
public function testCastOnArrayFormatWithOneElement()
32273227
{
32283228
$model = new EloquentModelCastingStub;
32293229
$model->setRawAttributes([

0 commit comments

Comments
 (0)