Added support for PHP 8.4 for CircleCI builds. #523
Annotations
8 errors
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L35
Parameter #1 $account of method Drupal\Tests\your_extension\Functional\YourExtensionFunctionalTest::drupalLogin() expects Drupal\Core\Session\AccountInterface, Drupal\user\UserInterface|false given.
|
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L53
If condition is always true.
|
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L69
Access to an undefined property Drupal\Core\Session\AccountInterface::$passRaw.
|
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L78
Access to an undefined property Drupal\Core\Session\AccountInterface::$sessionId.
|
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L84
Property Drupal\Tests\BrowserTestBase::$loggedInUser (Drupal\user\UserInterface) does not accept Drupal\Core\Session\AccountInterface.
|
web/modules/custom/your_extension/tests/src/Functional/YourExtensionFunctionalTest.php#L91
Return type mixed of method Drupal\Tests\your_extension\Functional\YourExtensionFunctionalTest::drupalUserIsLoggedIn() is not covariant with return type bool of method Drupal\Tests\BrowserTestBase::drupalUserIsLoggedIn().
|
|
|
The logs for this run have expired and are no longer available.
Loading