composer update (#1104)
This commit is contained in:
@@ -144,7 +144,9 @@ class TimesheetControllerTest extends ControllerBaseTest
|
||||
$this->assertTrue($client->getResponse()->isSuccessful());
|
||||
|
||||
$node = $client->getCrawler()->filter('body');
|
||||
$this->assertEquals('invoice_print', $node->getNode(0)->getAttribute('class'));
|
||||
/** @var \DOMElement $body */
|
||||
$body = $node->getNode(0);
|
||||
$this->assertEquals('invoice_print', $body->getAttribute('class'));
|
||||
|
||||
$result = $node->filter('section.invoice table.table tbody tr');
|
||||
$this->assertEquals(5, count($result));
|
||||
|
||||
Reference in New Issue
Block a user