We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ed75f commit 483eaebCopy full SHA for 483eaeb
test/MenuItem/SplitItemTest.php
@@ -375,14 +375,6 @@ public function testGetTextThrowsAnException() : void
375
376
(new SplitItem([]))->getText();
377
}
378
-
379
- public function testSetTextThrowsAnException() : void
380
- {
381
- self::expectException(\BadMethodCallException::class);
382
- self::expectExceptionMessage(sprintf('Not supported on: %s', SplitItem::class));
383
384
- (new SplitItem([]))->setText('test');
385
- }
386
387
public function testGetRowsThrowsAnExceptionIfNoItemsWereAdded() : void
388
{
0 commit comments