File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
## codewars/phpunit-codewars
2
2
3
- Provides ` CodewarsResultPrinter ` .
3
+ Provides ` Codewars\PHPUnitCodewars\ CodewarsResultPrinter` .
4
4
5
5
### Usage
6
6
7
7
CLI:
8
8
```
9
- phpunit --printer codewars \PHPUnitCodewars\CodewarsResultPrinter
9
+ phpunit --printer Codewars \PHPUnitCodewars\CodewarsResultPrinter
10
10
```
11
11
12
12
With ` phpunit.xml ` :
13
13
``` xml
14
- <phpunit printerClass =" codewars \PHPUnitCodewars\CodewarsResultPrinter" >
14
+ <phpunit printerClass =" Codewars \PHPUnitCodewars\CodewarsResultPrinter" >
15
15
</phpunit >
16
16
```
Original file line number Diff line number Diff line change 7
7
"homepage" : " https://github.com/codewars/phpunit-codewars" ,
8
8
"autoload" : {
9
9
"psr-4" : {
10
- "codewars \\ PHPUnitCodewars\\ " : " src"
10
+ "Codewars \\ PHPUnitCodewars\\ " : " src"
11
11
}
12
12
},
13
13
"require" : {
Original file line number Diff line number Diff line change 1
1
<?php
2
+ namespace Codewars \PHPUnitCodewars ;
3
+
2
4
use PHPUnit \Framework \AssertionFailedError ;
3
5
use PHPUnit \Framework \ExceptionWrapper ;
4
6
use PHPUnit \Framework \ExpectationFailedException ;
You can’t perform that action at this time.
0 commit comments