Skip to content

Commit

Permalink
tests: namespaces for functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Aug 11, 2024
1 parent ec29726 commit 30ba7ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/functional/ContentNodeSeoQueryCept.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Tests\WPGraphQL\RankMath;

$I = new FunctionalTester( $scenario );
$I->wantTo( 'Query content node seo data' );

Expand Down
2 changes: 2 additions & 0 deletions tests/functional/ContentTypeSeoQueryCept.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Tests\WPGraphQL\RankMath;

$I = new FunctionalTester( $scenario );
$I->wantTo( 'Query content type seo data' );

Expand Down
2 changes: 2 additions & 0 deletions tests/functional/TermNodeSeoQueryCept.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Tests\WPGraphQL\RankMath;

$I = new FunctionalTester( $scenario );
$I->wantTo( 'Query content node seo data' );

Expand Down
3 changes: 3 additions & 0 deletions tests/functional/UserSeoQueryCept.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

namespace Tests\WPGraphQL\RankMath;


$I = new FunctionalTester( $scenario );
$I->wantTo( 'Query content node seo data' );

Expand Down

0 comments on commit 30ba7ec

Please sign in to comment.