@@ -17,12 +17,12 @@ |
||
| 17 | 17 | { |
| 18 | 18 | protected $_error_reporting = -1; |
| 19 | 19 | |
| 20 | - /** |
|
| 21 | - * If you have a route with closure, PHPUnit can't serialize global variables. |
|
| 22 | - * You would see `Exception: Serialization of 'Closure' is not allowed`. |
|
| 23 | - * |
|
| 24 | - * @var array |
|
| 25 | - */ |
|
| 20 | + /** |
|
| 21 | + * If you have a route with closure, PHPUnit can't serialize global variables. |
|
| 22 | + * You would see `Exception: Serialization of 'Closure' is not allowed`. |
|
| 23 | + * |
|
| 24 | + * @var array |
|
| 25 | + */ |
|
| 26 | 26 | protected $backupGlobalsBlacklist = ['RTR']; |
| 27 | 27 | |
| 28 | 28 | /** |