Initial import of space_profiles module
This commit is contained in:
6
tests/config/common.php
Normal file
6
tests/config/common.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Shared config for all suites.
|
||||
*/
|
||||
return [];
|
||||
8
tests/config/test.php
Normal file
8
tests/config/test.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'modules' => ['space_profiles'],
|
||||
'fixtures' => [
|
||||
'default',
|
||||
],
|
||||
];
|
||||
3
tests/config/unit.php
Normal file
3
tests/config/unit.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
Reference in New Issue
Block a user