Skip to content

Commit 37ceb8c

Browse files
committed
DEBUG
1 parent 282f3a4 commit 37ceb8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cs-fixer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: PHP CS Fixer
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- '**/*.php'
79
pull_request:

tests/Integration/Neo4jQueryAPIIntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ public function testWithArray(): void
428428
{
429429
$expected = new ResultSet(
430430
[
431-
new ResultRow(['n.name' => 'alicy']),
432-
new ResultRow(['n.name' => 'bob1'])
431+
new ResultRow(['n.name' => 'bob1']),
432+
new ResultRow(['n.name' => 'alicy'])
433433
],
434434
new ResultCounters(
435435
containsUpdates: false,

0 commit comments

Comments
 (0)