- Issue created by @markdorison
- last update
9 months ago 49 pass - last update
9 months ago 49 pass - last update
9 months ago 49 pass - Status changed to Needs review
9 months ago 7:13pm 3 April 2024 - Status changed to Needs work
9 months ago 7:16pm 3 April 2024 - last update
9 months ago 47 pass, 2 fail - last update
6 months ago 46 pass, 2 fail - ๐บ๐ธUnited States markdorison
There were 2 errors: 1) Drupal\Tests\r4032login\Functional\SettingsUpdateTest::testSettingsUpdate with data set #0 (array(), true) Behat\Mink\Exception\ResponseTextException: The text "The configuration options have been saved." was not found anywhere in the text of the current page. /builds/project/r4032login/vendor/behat/mink/src/WebAssert.php:907 /builds/project/r4032login/vendor/behat/mink/src/WebAssert.php:293 /builds/project/r4032login/tests/src/Functional/SettingsUpdateTest.php:84 /builds/project/r4032login/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 2) Drupal\Tests\r4032login\Functional\SettingsUpdateTest::testSettingsUpdate with data set #1 (array('administer r4032login'), false) Behat\Mink\Exception\ResponseTextException: The text "The configuration options have been saved." was not found anywhere in the text of the current page. /builds/project/r4032login/vendor/behat/mink/src/WebAssert.php:907 /builds/project/r4032login/vendor/behat/mink/src/WebAssert.php:293 /builds/project/r4032login/tests/src/Functional/SettingsUpdateTest.php:84 /builds/project/r4032login/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 ERRORS! Tests: 48, Assertions: 216, Errors: 2.
- ๐ฎ๐ณIndia samit.310@gmail.com
samit.310@gmail.com โ made their first commit to this issueโs fork.
- Status changed to Needs review
5 months ago 1:37pm 5 August 2024 - ๐ฎ๐ณIndia samit.310@gmail.com
Not sure why, but phpunit test cases was getting failed because of
$anonymousSettings['user_login_path'] = '<front>';
,
So i changes it to$anonymousSettings['user_login_path'] = '/';
.Thanks
Samit K. -
markdorison โ
committed 300ce9de on 2.2.x
Issue #3437945 by samit.310@gmail.com, markdorison: Add GitLab CI...
-
markdorison โ
committed 300ce9de on 2.2.x
- Status changed to Fixed
5 months ago 5:04pm 5 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.