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