Same filename in other branches
Namespace
Drupal\Tests\advagg_css_minify\FunctionalFile
-
advagg_css_minify/
tests/ src/ Functional/ CssMinifyPagesTest.php
View source
<?php
namespace Drupal\Tests\advagg_css_minify\Functional;
use Drupal\Tests\advagg\Functional\AdminPagesTest;
/**
* Tests that all the AdvAgg CSS Minifier path(s) return valid content.
*
* @ingroup advagg_tests
*
* @group advagg
*/
class CssMinifyPagesTest extends AdminPagesTest {
/**
* Modules to enable.
*
* @var array
*/
protected static $modules = [
'advagg_css_minify',
];
/**
* Routes to test.
*
* @var array
*/
public $routes = [
'advagg_css_minify.settings',
];
}
Classes
Title | Deprecated | Summary |
---|---|---|
CssMinifyPagesTest | Tests that all the AdvAgg CSS Minifier path(s) return valid content. |