This commit is contained in:
Zach Borboa
2025-01-09 22:30:06 -05:00
committed by GitHub
parent b9e9259791
commit a11ecf6d7b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -27,9 +27,9 @@ replace_assertMatchesRegularExpression() {
find='->assertMatchesRegularExpression('
replace='->assertRegExp('
if sed v < /dev/null 2> /dev/null; then
sed -i"" -e"s/${find}/${replace}/" "./PHPCurlClass/PHP"*
sed -i"" -e "s/${find}/${replace}/" "./PHPCurlClass/PHP"*
else
sed -i "" -e"s/${find}/${replace}/" "./PHPCurlClass/PHP"*
sed -i "" -e "s/${find}/${replace}/" "./PHPCurlClass/PHP"*
fi
}
+2 -2
View File
@@ -27,9 +27,9 @@ replace_assertMatchesRegularExpression() {
find='->assertMatchesRegularExpression('
replace='->assertRegExp('
if sed v < /dev/null 2> /dev/null; then
sed -i"" -e"s/${find}/${replace}/" "./PHPCurlClass/PHP"*
sed -i"" -e "s/${find}/${replace}/" "./PHPCurlClass/PHP"*
else
sed -i "" -e"s/${find}/${replace}/" "./PHPCurlClass/PHP"*
sed -i "" -e "s/${find}/${replace}/" "./PHPCurlClass/PHP"*
fi
}