Skip to content

Commit a259b31

Browse files
committed
QA: Add @test references
1 parent a7b48e1 commit a259b31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/php/lang/ast/emit/PHP83.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/**
1616
* PHP 8.3 syntax
1717
*
18+
* @test lang.ast.unittest.emit.PHP83Test
1819
* @see https://wiki.php.net/rfc#php_83
1920
*/
2021
class PHP83 extends PHP {

src/main/php/lang/ast/emit/PHP84.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/**
1616
* PHP 8.4 syntax
1717
*
18+
* @test lang.ast.unittest.emit.PHP84Test
1819
* @see https://wiki.php.net/rfc#php_84
1920
*/
2021
class PHP84 extends PHP {

0 commit comments

Comments
 (0)