diff --git a/Tests/Asm/Ansible/Testing/AnsibleTestCase.php b/Tests/Asm/Ansible/Testing/AnsibleTestCase.php index cefb577..1e3e694 100644 --- a/Tests/Asm/Ansible/Testing/AnsibleTestCase.php +++ b/Tests/Asm/Ansible/Testing/AnsibleTestCase.php @@ -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(); }