Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a.dmitryuk committed Nov 14, 2022
1 parent bedeb9e commit 873cfc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ final class DoctrineMiddlewareCompilerPassTest extends AbstractCompilerPassTestC
public function testCompilerPass(): void
{
if (!interface_exists(Middleware::class) || !class_exists(DHMiddleware::class)) {
self::markTestSkipped('DHMiddleware doesn\'t supported');
self::markTestSkipped('DHMiddleware isn\'t supported');
}
$this->container->setParameter('kernel.cache_dir', sys_get_temp_dir());
$this->container->setParameter('kernel.debug', false);

0 comments on commit 873cfc8

Please # to comment.