File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,21 @@ View diff for a specific commit:
5
5
https://github.com/johnkary/phpunit-speedtrap/commit/XXX where XXX is the commit hash
6
6
7
7
View diff between two versions:
8
- https://github.com/johnkary/phpunit-speedtrap/compare/v3.3.0...v4.0.0
8
+ https://github.com/johnkary/phpunit-speedtrap/compare/v4.0.0...v5.0.0
9
+
10
+ ## 5.0 (xxxx-xx-xx)
11
+
12
+ Version 5.0 is the largest change since v1.0. It now uses PHPUnit's Extension
13
+ and Hook systems, which have more restrictions on what an Extension is allowed
14
+ to do.
15
+
16
+ Changes are required if you have extended SpeedTrapListener. See
17
+ [ UPGRADE.md] ( UPGRADE.md ) for upgrading your subclass to support 5.0.
18
+
19
+ * SpeedTrap now requires PHPUnit 8+ and PHP 7.2+,
20
+ * Moved namespace from ` JohnKary\PHPUnit\Listener\SpeedTrapListener ` to ` JohnKary\PHPUnit\Extension\SpeedTrap `
21
+ * ` phpunit.xml ` requires registering using <extension > element instead of <listener > element. See README.
22
+ * Removed option ` stopOnSlow ` because Extensions can no longer manipulate the Test Runner
9
23
10
24
## 4.0 (xxxx-xx-xx)
11
25
You can’t perform that action at this time.
0 commit comments