mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Clean up (#904)
This commit is contained in:
+2
-2
@@ -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
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user