PhpUnit as remote phar

I try to configure PHPUnit on remote host.

It succesfuly found, test are running. But PhpStorm marks classes as not found.

I don't want to make a phpunit.phar copy to local developer computer. I want PhpStorm to parse remove phpunit.phar file. Is it possible? Have i mistake in configuration?

 

0

Hi there,

>Is it possible?

No/Yes

PhpStorm MUST be able to access the file via local path so it can index it (exactly the same as with the rest of your codebase -- no difference here).

If you can mount that remote path into local file system (network path etc -- whatever) -- then it may work.

Otherwise -- no.

0

请先登录再写评论。