Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2b9f01

Browse files
committed
bug EasyCorp#1404 Fixed some failing tests for Symfony 2.3 (javiereguiluz)
This PR was squashed before being merged into the master branch (closes EasyCorp#1404). Discussion ---------- Fixed some failing tests for Symfony 2.3 Commits ------- 96f7bb0 Fixed some failing tests for Symfony 2.3
2 parents 0cda0ef + 96f7bb0 commit e2b9f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Controller/DisabledActionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testAssociationLinksInListView()
2828

2929
$this->assertSame(
3030
'user11',
31-
trim($crawler->filter('td[data-label="Buyer"]')->html()),
31+
trim($crawler->filter('td[data-label="Buyer"]')->first()->html()),
3232
'The "buyer" field in the "list" view of the "Purchase" item does not contain a link because the "show" action is disabled for the "User" entity.'
3333
);
3434
}

0 commit comments

Comments
 (0)