Skip to content

Commit

Permalink
pretty printer stmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 12, 2022
1 parent 37b63f3 commit 64a01d0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/code/prettyPrinter/stmt/readonly_class.test
@@ -0,0 +1,12 @@
Readonly class
-----
<?php

readonly class Foo
{
}
-----
!!php7
readonly class Foo
{
}

0 comments on commit 64a01d0

Please sign in to comment.