Skip to content

Commit ae24685

Browse files
committed
change test values to avoid fabbot
1 parent 922f9fe commit ae24685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/TwigComponent/tests/Integration/ComponentFactoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ public function testCanGetMetadataForSameComponentWithDifferentName()
199199
public function testCannotGetConfigByNameForNonRegisteredComponent()
200200
{
201201
$this->expectException(\InvalidArgumentException::class);
202-
$this->expectExceptionMessage('Unknown component "tabl". Did you mean this: "table"?');
202+
$this->expectExceptionMessage('Unknown component "tabler". Did you mean this: "table"?');
203203

204-
$this->factory()->metadataFor('tabl');
204+
$this->factory()->metadataFor('tabler');
205205
}
206206

207207
/**
208-
* @testWith ["tabl", "Unknown component \"tabl\". Did you mean this: \"table\"?"]
208+
* @testWith ["tabler", "Unknown component \"tabler\". Did you mean this: \"table\"?"]
209209
* ["Basic", "Unknown component \"Basic\". Did you mean this: \"BasicComponent\"?"]
210210
* ["basic", "Unknown component \"basic\". Did you mean this: \"BasicComponent\"?"]
211211
* ["with", "Unknown component \"with\". Did you mean one of these: \"with_attributes\", \"with_exposed_variables\", \"WithSlots\"?"]

0 commit comments

Comments
 (0)