Open
Description
Currently this lib not work in windows, because:
1)
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
define('SOFTMOCKS_ROOT_PATH', '');
} else {
define('SOFTMOCKS_ROOT_PATH', '/');
}
2)
\QA\SoftMocks::doRewrite
$delimiter = (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? ';' : ':');
foreach (explode($delimiter, get_include_path()) as $dir) {
possible, there is more issues
Metadata
Metadata
Assignees
Labels
No labels