Skip to content

Commit e1e9427

Browse files
committed
fix return types and column name, add basic test
1 parent 646b592 commit e1e9427

File tree

16 files changed

+2222
-106
lines changed

16 files changed

+2222
-106
lines changed

.idea/workspace.xml

Lines changed: 74 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/symfony-example/.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@
88
/var/
99
/vendor/
1010
###< symfony/framework-bundle ###
11+
12+
###> symfony/phpunit-bridge ###
13+
.phpunit.result.cache
14+
/phpunit.xml
15+
###< symfony/phpunit-bridge ###
16+
17+
###> phpunit/phpunit ###
18+
/phpunit.xml
19+
.phpunit.result.cache
20+
###< phpunit/phpunit ###

examples/symfony-example/composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,11 @@
6969
"allow-contrib": false,
7070
"require": "7.2.*"
7171
}
72+
},
73+
"require-dev": {
74+
"phpunit/phpunit": "^9.5",
75+
"symfony/browser-kit": "7.2.*",
76+
"symfony/css-selector": "7.2.*",
77+
"symfony/phpunit-bridge": "^7.2"
7278
}
7379
}

0 commit comments

Comments
 (0)