@@ -66,7 +66,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
...
@@ -66,7 +66,7 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
*/
*/
publicfunctiontestMachineNameOrderException(){
publicfunctiontestMachineNameOrderException(){
$this->expectException(\LogicException::class);
$this->expectException(\LogicException::class);
$this->expectErrorMessage('The machine name element "test_machine_name" is defined before the source element "test_source", it must be defined after or the source element must specify an id.');
$this->expectExceptionMessage('The machine name element "test_machine_name" is defined before the source element "test_source", it must be defined after or the source element must specify an id.');