Skip to content

Commit 27c8940

Browse files
committed
add documentation about .atoum.phpstorm.php file
1 parent 728af88 commit 27c8940

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ atoum will be launched without a directory or file parameter, so, you will need
8383
![Demo](doc/all.png)
8484

8585

86+
### Customize atoum's settings for running inside PhpStorm
87+
88+
#### Via `.atoum.phpstorm.php`
89+
90+
If you want to customize the way tests are launched only when launched inside phpstorm, your can create a `.atoum.phpstorm.php` file. If it exists, the file will be loaded with the `-c` option.
91+
92+
For example:
93+
94+
```php
95+
// .atoum.phpstorm.php
96+
$script->setMaxChildrenNumber(1);
97+
```
98+
99+
86100
## Installation
87101

88102
### Inside PhpStorm (recommended)

0 commit comments

Comments
 (0)