Skip to content

Commit

Permalink
Fix overrule data provider
Browse files Browse the repository at this point in the history
  • Loading branch information
buchmarv committed Oct 8, 2024
1 parent fe1dad6 commit 5307180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/DependencyInjection/TemplateExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

use PHPUnit\Framework\TestCase;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use T3G\Bundle\TemplateBundle\ConfigurationSet\T3gConfigurationSet;
use T3G\Bundle\TemplateBundle\DependencyInjection\TemplateExtension;

class TemplateExtensionTest extends TestCase
Expand Down Expand Up @@ -87,6 +88,7 @@ public function overruleDataProvider(): array
[
'config' => [
'application' => [
'organization' => T3gConfigurationSet::IDENTIFIER,
'copyright' => [
'author' => 'Author',
'url' => 'https://example.org',
Expand Down

0 comments on commit 5307180

Please sign in to comment.