Skip to content
Snippets Groups Projects

#3363035 Added composer.json

Closed Samet Yaman requested to merge issue/php-3363035:3363035-drupal-10-support into 8.x-1.x
8 files
+ 92
27
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -23,12 +23,12 @@ class PhpConditionTest extends KernelTestBase {
*
* @var array
*/
public static $modules = ['filter', 'system', 'php'];
protected static $modules = ['filter', 'system', 'php'];
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
parent::setUp();
$this->manager = $this->container->get('plugin.manager.condition');
Loading