Version 1
[yaffs-website] / web / modules / contrib / advagg / advagg_mod / src / Tests / ModifierPagesTest.php
diff --git a/web/modules/contrib/advagg/advagg_mod/src/Tests/ModifierPagesTest.php b/web/modules/contrib/advagg/advagg_mod/src/Tests/ModifierPagesTest.php
new file mode 100644 (file)
index 0000000..b64a3be
--- /dev/null
@@ -0,0 +1,30 @@
+<?php
+
+namespace Drupal\advagg_mod\Tests;
+
+use Drupal\advagg\Tests\AdminPagesTest;
+
+/**
+ * Tests that all the AdvAgg Modifier path(s) return valid content.
+ *
+ * @ingroup advagg_tests
+ *
+ * @group advagg
+ */
+class ModifierPagesTest extends AdminPagesTest {
+
+  /**
+   * Modules to enable.
+   *
+   * @var array
+   */
+  public static $modules = ['advagg_mod'];
+
+  /**
+   * Routes to test.
+   *
+   * @var array
+   */
+  public $routes = ['advagg_mod.settings'];
+
+}