Skip to content

Commit

Permalink
Fix PHPUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jul 18, 2023
1 parent 4c28c11 commit 0d8f2eb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/Bundle/DependencyInjection/Dummy/NoDriverResource.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/*
* This file is part of the Sylius package.
*
* (c) Sylius Sp. z o.o.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace Sylius\Bundle\ResourceBundle\Tests\DependencyInjection\Dummy;

use Sylius\Component\Resource\Metadata\Resource;

#[Resource(driver: false)]
final class NoDriverResource
{
}

0 comments on commit 0d8f2eb

Please sign in to comment.