Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Sep 14, 2024
1 parent 4c27910 commit 139fa65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Asm/Ansible/Testing/AnsibleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ protected function createProjectStructure(): vfsStreamDirectory

protected function getProjectUri(): string
{
/*
/**
* @todo using a virtual file system with an URI here, breaks proc_open for PHP 8.3.x due to change in
* the way it works underneath when not finding an executable. Providing an existing path here, does not
* break behavior of tests and has no real impact.
* @see https://github.com/php/php-src/issues/13743
* /
*/
//return $this->project->url() . '/ansible-project';
return $this->getAssetsBinPath();
}
Expand Down

0 comments on commit 139fa65

Please sign in to comment.