File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1818use CodeIgniter \Test \DatabaseTestTrait ;
1919use Config \Database ;
2020use Config \Services ;
21- use PHPUnit \Framework \Attributes \PreserveGlobalState ;
2221use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
2322
24- #[PreserveGlobalState(false )]
2523#[RunTestsInSeparateProcesses]
2624/**
2725 * @internal
Original file line number Diff line number Diff line change 1818use CodeIgniter \Test \ControllerTestTrait ;
1919use CodeIgniter \Test \DatabaseTestTrait ;
2020use Config \Database ;
21- use PHPUnit \Framework \Attributes \PreserveGlobalState ;
2221use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
2322
24- #[PreserveGlobalState(false )]
2523#[RunTestsInSeparateProcesses]
2624/**
2725 * @internal
Original file line number Diff line number Diff line change 1919use CodeIgniter \Test \DatabaseTestTrait ;
2020use Config \Database ;
2121use Config \Services ;
22- use PHPUnit \Framework \Attributes \PreserveGlobalState ;
2322use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
2423
25- #[PreserveGlobalState(false )]
2624#[RunTestsInSeparateProcesses]
2725/**
2826 * @internal
You can’t perform that action at this time.
0 commit comments