Skip to content
Snippets Groups Projects
Commit 1e509b5c authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Update ChartTypeSupportTest

parent 0e0529a2
No related branches found
No related tags found
2 merge requests!113fixed the issue,!75Resolve #3391197 "Enable support for"
......@@ -68,7 +68,7 @@ class ChartTypeSupportTest extends ChartsKernelTestBase {
'chart type plugin does not exist' => [
'not_supported',
PluginNotFoundException::class,
'The "not_supported" plugin does not exist. Valid plugin IDs for Drupal\charts\TypeManager are: area, bar, bubble, column, donut, gauge, line, pie, scatter, spline',
'The "not_supported" plugin does not exist. Valid plugin IDs for Drupal\charts\TypeManager are: area, bar, boxplot, bubble, candlestick, column, donut, gauge, line, pie, scatter, spline',
],
// Asserting that a chart type not supported by a chart library plugin
// will throw a logic exception.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment