Skip to content

Commit 5306ff3

Browse files
authored
Stub $modules on KernelTestBase (#607)
1 parent b5c980d commit 5306ff3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
namespace Drupal\KernelTests;
4+
5+
abstract class KernelTestBase {
6+
7+
/**
8+
* @var string[]
9+
*/
10+
protected static $modules = [];
11+
12+
}

0 commit comments

Comments
 (0)