/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/TestSuite
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/cakephp/src/TestSuite/StringCompareTrait.php (1971B)
_compareBasePath . $path;
}
if ($this->_updateComparisons === null) {
$this->_updateComparisons = env('UPDATE_TEST_COMPARISON_FILES');
}
if ($this->_updateComparisons) {
file_put_contents($path, $result);
}
$expected = file_get_contents($path);
$this->assertTextEquals($expected, $result, 'Content does not match file ' . $path);
}
}