Commit 1a805c2 Christian Leucht
committed
1 parent 58025cc commit 1a805c2 Copy full SHA for 1a805c2
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public function provideCreate(): Generator
63
63
'name ' => 'foo ' ,
64
64
],
65
65
'options ' => [
66
- uniqid () => uniqid () ,
66
+ ' foo ' => ' bar ' ,
67
67
],
68
68
],
69
69
ElementInterface::class,
@@ -383,7 +383,7 @@ public function testCreateMultiple(): void
383
383
public function testCreateSetOptionsForElement (): void
384
384
{
385
385
$ options = [
386
- uniqid () => uniqid () ,
386
+ ' foo ' => ' bar ' ,
387
387
];
388
388
$ elementSpec = [
389
389
'attributes ' => [
@@ -393,8 +393,8 @@ public function testCreateSetOptionsForElement(): void
393
393
'options ' => $ options ,
394
394
];
395
395
396
- $ elements = (new ElementFactory ())->create ($ elementSpec );
396
+ $ element = (new ElementFactory ())->create ($ elementSpec );
397
397
398
- static ::assertEquals ($ options , $ elements ->options ());
398
+ static ::assertEquals ($ options , $ element ->options ());
399
399
}
400
400
}
You can’t perform that action at this time.
0 commit comments