Skip to content

Commit

Permalink
Merge branch '5.2' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 6, 2025
2 parents cac855b + 2617d57 commit b4a2889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Schema/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,8 @@ public function testDBFieldArgs()
$node = $result['data']['readOneDataObjectFake'] ?? null;
$this->assertEquals('This is a varchar field', $node['myField']);
$this->assertEquals('Saturday', $node['date1']);
$this->assertMatchesRegularExpression('#2/29/20,\h5:00\hPM#u', $node['date2']);
$this->assertMatchesRegularExpression('#5:00:00\hPM#u', $node['date3']);
$this->assertMatchesRegularExpression('#2/29/20,\h5:00\hPM#iu', $node['date2']);
$this->assertMatchesRegularExpression('#5:00:00\hPM#iu', $node['date3']);
$this->assertEquals('2020', $node['date4']);
$this->assertEquals('This is a really long text field. It has a few sentences.', $node['myText']);
}
Expand Down

0 comments on commit b4a2889

Please sign in to comment.