Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed May 4, 2021
1 parent 973bded commit 6f4862a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Functional/App/config/defaultValue/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ overblog_graphql:
mappings:
types:
- type: yaml
dir: "%kernel.project_dir%/config/defaultValue/mapping"
dir: "%kernel.root_dir%/config/defaultValue/mapping"
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Mutation:
type: object
config:
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/DefaultValue/DefaultValueTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Overblog\GraphQLBundle\Tests\Functional\DisableBuiltInMapping;
namespace Overblog\GraphQLBundle\Tests\Functional\DefaultValue;

use Overblog\GraphQLBundle\Tests\Functional\TestCase;

Expand Down

0 comments on commit 6f4862a

Please sign in to comment.