Skip to content

Commit fb457f7

Browse files
committed
Fix CI
1 parent 39f8642 commit fb457f7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
uses: shivammathur/setup-php@v2
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring,
120-
memcached, openssl, pcre, sodium, spl, xml, zip
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, memcached,\
120+
openssl, pcre, sodium, spl, xml, zip
121121
tools: composer
122122
ini-values: error_reporting=E_ALL
123123
coverage: none

tests/src/Controller/MemcookieTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use PHPUnit\Framework\TestCase;
88
use SimpleSAML\Auth;
99
use SimpleSAML\Configuration;
10-
use SimpleSAML\HTTP\RunnableResponse;
1110
use SimpleSAML\Module\memcookie\Controller;
1211
use SimpleSAML\Session;
1312
use SimpleSAML\Utils;
@@ -139,7 +138,6 @@ public function getAttributes(): array
139138

140139
$response = $c->main($request);
141140

142-
$this->assertInstanceOf(RunnableResponse::class, $response);
143141
$this->assertTrue($response->isSuccessful());
144142
}
145143
}

0 commit comments

Comments
 (0)