Skip to content

Commit e1a9178

Browse files
committed
Add additional test case for for macbre's oldClassConstructors for different coding styles.
1 parent 1fa5638 commit e1a9178

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

testcases.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,18 @@ function FooBar() {
138138
// NOP
139139
}
140140
}
141+
142+
class FooBar
143+
{
144+
var $test = 42;
145+
146+
function set()
147+
{
148+
149+
}
150+
151+
function FooBar()
152+
{
153+
// NOP
154+
}
155+
}

0 commit comments

Comments
 (0)