Esempio n. 1
0
 public function containsPropertyPath($object, $propertyPath)
 {
     $this->test->assertContains(ObjectAccess::getPropertyPath($object, $propertyPath), $this->response->getContent(), 'The Response did not contain the string <' . $string . '> (taken from ' . $propertyPath . ')');
     return $this;
 }