Skip to content

Commit ad18b90

Browse files
committed
Update README
1 parent 0cadee9 commit ad18b90

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
To get started run the following command:
1212

1313
```
14-
composer create-project mstrelan/drupal-contrib:dev-main
14+
composer create-project mstrelan/drupal-contrib
1515
```
1616

1717
## Directory structure
@@ -59,6 +59,20 @@ a remote PHP interpreter, PHPUnit and path mappings for debugging.
5959

6060
## Running tests
6161

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+
6270
## Debugging
6371

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+
6475
## 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.

0 commit comments

Comments
 (0)