Skip to content

Commit 133ae98

Browse files
committed
Correct a phpunit test
1 parent 03910c6 commit 133ae98

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
@@ -64,8 +64,7 @@ public function testNewInstance(): void
6464

6565
$widget
6666
->expects($this->never())
67-
->method('import')
68-
->with(Config::class, 'Config');
67+
->method('import');
6968

7069
self::assertEmpty($widget->getAttributes());
7170
}

0 commit comments

Comments
 (0)