Skip to content
Snippets Groups Projects
Commit 8a4923e0 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #13615 fix php5 compatibility in loansHistory

parent 965db12f
Branches
Tags
1 merge request!2471Master
Pipeline #3299 passed with stage
in 26 minutes and 23 seconds
......@@ -132,12 +132,6 @@ class AbonneControllerLoansHistorySuccessfulTest extends AbonneControllerLoansH
public function loanWithoutNoticeShouldNotBeLink() {
$this->assertXPath('//td[not(a)][contains(text(), "L\'hôpital")]');
}
/** @test */
public function HopitalShouldBeSecondElement() {
$this->assertXPathContentContains('//tbody/tr[1]', 'L\'hôpital');
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment