File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ The PHPUnit Bridge Component
6
6
7
7
It comes with the following features:
8
8
9
- * Enforce a consistent `C ` locale (It forces a
8000
pplications to use the default
10
- language for output)
9
+ * Enforce a consistent `C ` locale (It forces applications to use the default language for output)
11
10
* Auto-register `class_exists ` to load Doctrine annotations (when used);
12
11
* Print a user deprecation notices summary at the end of the test suite;
13
12
* Display the stack trace of a deprecation on-demand.
@@ -35,12 +34,9 @@ will have a similar report:
35
34
36
35
The summary includes:
37
36
38
- * **Unsilenced ** reports deprecation notices that were triggered without the
39
- recommended @-silencing operator;
40
- * **Legacy ** deprecation notices denote tests that explicitly test some legacy
41
- interfaces.
42
- * **Remaining/Other ** deprecation notices are all other (non-legacy) notices,
43
- grouped by message, test class and method.
37
+ * **Unsilenced ** reports deprecation notices that were triggered without the recommended @-silencing operator;
38
+ * **Legacy ** deprecation notices denote tests that explicitly test some legacy interfaces.
39
+ * **Remaining/Other ** deprecation notices are all other (non-legacy) notices, grouped by message, test class and method.
44
40
45
41
Trigger deprecation notices
46
42
---------------------------
You can’t perform that action at this time.
0 commit comments