From 919c7b853191ee3a657d68c346e764645dd172aa Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Sun, 12 Aug 2018 22:45:22 +0200 Subject: improve fail info and disable cache for a case Signed-off-by: Arthur Schiwon --- build/integration/features/bootstrap/LDAPContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration/features/bootstrap') diff --git a/build/integration/features/bootstrap/LDAPContext.php b/build/integration/features/bootstrap/LDAPContext.php index 959ff628b1f..671dab37675 100644 --- a/build/integration/features/bootstrap/LDAPContext.php +++ b/build/integration/features/bootstrap/LDAPContext.php @@ -183,7 +183,7 @@ class LDAPContext implements Context { public function theRecordFieldsShouldMatch(TableNode $expectations) { foreach($expectations->getRowsHash() as $k => $v) { $value = (string)simplexml_load_string($this->response->getBody())->data[0]->$k; - Assert::assertEquals($v, $value); + Assert::assertEquals($v, $value, "got $value"); } $backend = (string)simplexml_load_string($this->response->getBody())->data[0]->backend; -- cgit v1.2.3