Tests the behavior settings API.
public function testValidPluginIds() {
$this
->assertTrue($this->paragraphsType
->hasEnabledBehaviorPlugin('test_text_color'));
$this
->assertFalse($this->paragraphsType
->hasEnabledBehaviorPlugin('test_dummy_behavior'));
}