7/7 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -----------------------------------------------------------------------------------
Line tests/src/Kernel/EasyBreadcrumbBuilderTest.php
------ -----------------------------------------------------------------------------------
105 Call to deprecated method assertInternalType() of class PHPUnit\Framework\Assert:
https://github.com/sebastianbergmann/phpunit/issues/3369
------ -----------------------------------------------------------------------------------
[ERROR] Found 1 error | Comment | File | Size | Author |
|---|---|---|---|
| #4 | replace_method-3102112-4.patch | 674 bytes | deaom |
| #2 | removed-deprecated-method.patch | 668 bytes | sahana _n |
Comments
Comment #2
sahana _n commentedplease review the patch.
Comment #3
renatog commentedThanks for your help.
But the test was failed
Please, can you provide a new patch with the solution?
Comment #4
deaom commentedHi, it's not that the method is not the correct way, but currently jenkins is testing with the 6.5 version in which assertIsString() method does not yet exist, so that is why test fails.
I changed the method to one that should work with 6.5 and also 7.5 version.
Comment #5
renatog commentedreally works well now
Thanks a lot
Comment #6
lisa.rae commentedComment #8
neslee canil pintoCommitted, Thanks Everyone.