Skip to content

Commit 9cd5e81

Browse files
committed
Correct a phpunit test.
1 parent fe9f4ef commit 9cd5e81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Widgets/ContentArticleWidgetTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public function testNewInstance(): void
6666

6767
$widget
6868
->expects($this->never())
69-
->method('import')
70-
->with(Config::class, 'Config');
69+
->method('import');
7170

7271
self::assertEmpty($widget->getAttributes());
7372
}

0 commit comments

Comments
 (0)