Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 9, 2022
1 parent 4012c26 commit 36c5a77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/PhpParser/NodeAbstractTest.php
Expand Up @@ -292,6 +292,7 @@ function functionName(&$a = 0, $b = 1.0) {
{
"nodeType": "Scalar_String",
"value": "Foo",
"rawValue": "'Foo'",
"attributes": {
"startLine": 5,
"endLine": 5,
Expand Down Expand Up @@ -450,7 +451,8 @@ function functionName(&$a = 0, $b = 1.0) {
"endLine": 5,
"kind": 1
},
"value": "Foo"
"value": "Foo",
"rawValue": "'Foo'"
}
]
}
Expand Down

0 comments on commit 36c5a77

Please sign in to comment.