-
Notifications
You must be signed in to change notification settings - Fork 31
Commit c9086cf
Add support for use with PHPUnit Phar
When PHPUnit is packaged as a Phar, certain classes are prefixed to prevent conflicts with project dependencies which may use the same files, but in a different version.
For this package, only one referenced class is impacted by this.
The small fix now applied allows for using this package both when running PHPUnit installed via Composer, as well as running Composer installed as a Phar.1 parent 5e5d1b7 commit c9086cf
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | + | ||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
16 | + | ||
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | - | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
0 commit comments