Closed lablnet closed 5 years ago
Hi @Lablnet can you try using \ in front of it. for example use \Zest\Contracts\Site\Key
and also you have defined an interface with Key not key.
Hi @Lablnet can you try using \ in front of it. for example
use \Zest\Contracts\Site\Key
and also you have defined an interface with Key not key.
Am wondering why to put \
because you may see other classes, there is no such issue with them, in case you may consider Str
, Arrays
etc...
Let's wait reply from @peter279k
This is still failing but in my local Unit Testing its passed
I do not know what to do!!!!!!!!!!!!!
@Lablnet Did you try to change use Zest\Contracts\Site\key as KeyContract;
to use Zest\Contracts\Site\Key as KeyContract;
in src\Site\Key.php
This is still failing but in my local Unit Testing its passed
I do not know what to do!!!!!!!!!!!!!
In your unit test, there is a correct import for Key
@
This is still failing but in my local Unit Testing its passed I do not know what to do!!!!!!!!!!!!!
In your unit test, there is a correct import for
Key
Localhost is loosely environment
The error log say that
Zest\Contracts\Site\Key
is not foundbut this file in place and valid.
Also there is no such error in my
local
Any idea why this happening?