This commit is contained in:
Nikita Popov 2024-12-27 16:33:38 +01:00
parent 48fd76e542
commit 8bb415902e

View File

@ -45,8 +45,7 @@ class PropertyHookTest extends \PHPUnit\Framework\TestCase {
$this->assertEquals([new Expression($expr)], $set->getStmts()); $this->assertEquals([new Expression($expr)], $set->getStmts());
} }
public function testSetStmtsUnknownHook(): void public function testSetStmtsUnknownHook(): void {
{
$expr = new Variable('test'); $expr = new Variable('test');
$get = new PropertyHook('foobar', $expr); $get = new PropertyHook('foobar', $expr);