File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ private function setWriteDir()
280
280
if ($ this ->writeDir !== '' ) return ;
281
281
282
282
$ currentDir = dirname (__FILE__ );
283
- while (basename ($ currentDir ) !== 'graphql-client ' ) {
283
+ while (basename ($ currentDir ) !== 'php- graphql-client ' ) {
284
284
$ currentDir = dirname ($ currentDir );
285
285
}
286
286
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ protected static function getExpectedFilesDir()
19
19
public function testSetWriteDirectory ()
20
20
{
21
21
$ schemaScanner = new SchemaScanner ();
22
- $ this ->assertStringEndsWith ('/graphql-client/schema_object ' , $ schemaScanner ->getWriteDir ());
22
+ $ this ->assertStringEndsWith ('/php- graphql-client/schema_object ' , $ schemaScanner ->getWriteDir ());
23
23
}
24
24
25
25
/**
You can’t perform that action at this time.
0 commit comments