mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Migrates to Pint
This commit is contained in:
@ -10,7 +10,8 @@ it('gets file name from closure', function () {
|
||||
});
|
||||
|
||||
it('gets property values', function () {
|
||||
$class = new class() {
|
||||
$class = new class()
|
||||
{
|
||||
private $foo = 'bar';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user