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
2222 {
2323 parent ::setUp ();
2424
25- // @phpstan-ignore-next-line
2625 if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
2726 CITestStreamFilter::registration ();
2827 CITestStreamFilter::addOutputFilter ();
@@ -36,7 +35,6 @@ protected function tearDown(): void
3635 {
3736 parent ::tearDown ();
3837
39- // @phpstan-ignore-next-line
4038 if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
4139 CITestStreamFilter::removeOutputFilter ();
4240 CITestStreamFilter::removeErrorFilter ();
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public function testLoginBadEmail(): void
6565
6666 public function testLoginActionEmailSuccess (): void
6767 {
68- // @phpstan-ignore-next-line
6968 if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
7069 Time::setTestNow ('March 10, 2017 ' , 'UTC ' );
7170 } else {
@@ -122,7 +121,6 @@ public function testAfterLoggedInNotDisplayLoginPage(): void
122121
123122 public function testLoginActionUsernameSuccess (): void
124123 {
125- // @phpstan-ignore-next-line
126124 if (version_compare (CodeIgniter::CI_VERSION , '4.3.0 ' , '>= ' )) {
127125 Time::setTestNow ('March 10, 2017 ' , 'UTC ' );
128126 } else {
You can’t perform that action at this time.
0 commit comments