Skip to content

Commit 644b3ed

Browse files
committed
Grouped runTestsInSeparateProcess, runInSeparateProcess, preserveGlobalState together
See codeigniter4/CodeIgniter4#6788
1 parent f1ca1fb commit 644b3ed

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.6.2](https://github.com/CodeIgniter/coding-standard/compare/v1.6.1...v1.6.2) - 2022-10-30
8+
9+
- Grouped `runTestsInSeparateProcess`, `runInSeparateProcess`, `preserveGlobalState` together
10+
711
## [v1.6.1](https://github.com/CodeIgniter/coding-standard/compare/v1.6.0...v1.6.1) - 2022-10-20
812

913
- Changed `@internal` description of class CodeIgniter4 to avoid warnings in phpstorm

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ public function __construct()
455455
['phpstan-pure', 'psalm-pure'],
456456
['readonly', 'psalm-readonly'],
457457
['return', 'phpstan-return', 'psalm-return'],
458+
['runTestsInSeparateProcess', 'runInSeparateProcess', 'preserveGlobalState'],
458459
['template', 'phpstan-template', 'psalm-template'],
459460
['template-covariant', 'phpstan-template-covariant', 'psalm-template-covariant'],
460461
['phpstan-type', 'psalm-type'],

0 commit comments

Comments
 (0)