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