File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 11
11
To get started run the following command:
12
12
13
13
```
14
- composer create-project mstrelan/drupal-contrib:dev-main
14
+ composer create-project mstrelan/drupal-contrib
15
15
```
16
16
17
17
## Directory structure
@@ -59,6 +59,20 @@ a remote PHP interpreter, PHPUnit and path mappings for debugging.
59
59
60
60
## Running tests
61
61
62
+ If you elected to automatically configure PhpStorm you should be able to click the green triangle
63
+ next to each test in PhpStorm. Alternatively you can run phpunit on the command line like so:
64
+
65
+ ```
66
+ docker-compose exec php-cli bash
67
+ phpunit --filter=YourTestClass
68
+ ```
69
+
62
70
## Debugging
63
71
72
+ XDebug can be enabled via the Xdebug Helper browser extension, or for CLI scripts including drush
73
+ and phpunit, use ` XDEBUG_SESSION=1 ` .
74
+
64
75
## Contributing
76
+
77
+ Once you're up and running you'll have Drupal core checked out in the app directory. From here you
78
+ can create a new branch for each issue that you're working on.
You can’t perform that action at this time.
0 commit comments