File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ protected function setUp(): void
22
22
{
23
23
parent ::setUp ();
24
24
25
- // @phpstan-ignore-next-line
26
25
if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
27
26
CITestStreamFilter::registration ();
28
27
CITestStreamFilter::addOutputFilter ();
@@ -36,7 +35,6 @@ protected function tearDown(): void
36
35
{
37
36
parent ::tearDown ();
38
37
39
- // @phpstan-ignore-next-line
40
38
if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
41
39
CITestStreamFilter::removeOutputFilter ();
42
40
CITestStreamFilter::removeErrorFilter ();
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public function testLoginBadEmail(): void
65
65
66
66
public function testLoginActionEmailSuccess (): void
67
67
{
68
- // @phpstan-ignore-next-line
69
68
if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
70
69
Time::setTestNow ('March 10, 2017 ' , 'UTC ' );
71
70
} else {
@@ -122,7 +121,6 @@ public function testAfterLoggedInNotDisplayLoginPage(): void
122
121
123
122
public function testLoginActionUsernameSuccess (): void
124
123
{
125
- // @phpstan-ignore-next-line
126
124
if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
127
125
Time::setTestNow ('March 10, 2017 ' , 'UTC ' );
128
126
} else {
You can’t perform that action at this time.
0 commit comments