We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0989c5d commit 80d67f6Copy full SHA for 80d67f6
tests/Integration/Persistence/GenericFactoryTestCase.php
@@ -537,7 +537,7 @@ public function assert_it_ca_create_object_with_dates(): void
537
public function it_should_not_create_proxy_for_not_persistable_objects(): void
538
{
539
$this->factory()->create(['date' => new \DateTimeImmutable()]);
540
- self::assertFalse(class_exists(ProxyGenerator::proxyClassNameFor(\DateTimeImmutable::class)));
+ self::assertFalse(\class_exists(ProxyGenerator::proxyClassNameFor(\DateTimeImmutable::class)));
541
}
542
543
/**
0 commit comments