Skip to content

Commit 93ac7ad

Browse files
author
Luis
committed
Testing: Fix php error
1 parent ba2f747 commit 93ac7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/Traits/GraphQLFileTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trait GraphQLFileTestTrait {
1818
* The path to the collection of test query files.
1919
*/
2020
protected function getQueriesDirectory() {
21-
return \Drupal::service('extension.list.module')->getPath('module', explode('\\', get_class($this))[2]) . '/tests/queries'
21+
return \Drupal::service('extension.list.module')->getPath('module', explode('\\', get_class($this))[2]) . '/tests/queries';
2222
}
2323

2424
/**

0 commit comments

Comments
 (0)