Passes if the paragraphs buttons are NOT present.
Parameters
int $count:
Number of paragraphs buttons to look for.
File
- paragraphs/tests/src/Functional/WidgetStable/ParagraphsTranslationTest.php, line 859
Class
- ParagraphsTranslationTest
- Tests the configuration of paragraphs.
Namespace
Drupal\Tests\paragraphs\Functional\WidgetStable
Code
protected function assertNoParagraphsButtons($count) {
$this
->assertParagraphsButtonsHelper($count, TRUE);
}