Skip to content

Commit 6f4862a

Browse files
committed
Fix tests
1 parent 973bded commit 6f4862a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

tests/Functional/App/config/defaultValue/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ overblog_graphql:
1111
mappings:
1212
types:
1313
- type: yaml
14-
dir: "%kernel.project_dir%/config/defaultValue/mapping"
14+
dir: "%kernel.root_dir%/config/defaultValue/mapping"

tests/Functional/App/config/defaultValue/mapping/Mutation.types.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Mutation:
32
type: object
43
config:

tests/Functional/DefaultValue/DefaultValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Overblog\GraphQLBundle\Tests\Functional\DisableBuiltInMapping;
3+
namespace Overblog\GraphQLBundle\Tests\Functional\DefaultValue;
44

55
use Overblog\GraphQLBundle\Tests\Functional\TestCase;
66

0 commit comments

Comments
 (0)