Dblayeroo and Dblayer : {ENGINE} -> ENGINE to be PHP lintable in all the cases
This commit is contained in:
@@ -25,7 +25,7 @@ define("PHPUNIT", "ON-GOING");
|
||||
file_put_contents(
|
||||
"Tests/DblayerooSqliteTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"sqlite",
|
||||
file_get_contents("Tests/DblayerooComplet.php")
|
||||
)
|
||||
@@ -33,7 +33,7 @@ file_put_contents(
|
||||
file_put_contents(
|
||||
"Tests/DblayerooMySQLTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"mysql",
|
||||
file_get_contents("Tests/DblayerooComplet.php")
|
||||
)
|
||||
@@ -41,7 +41,7 @@ file_put_contents(
|
||||
file_put_contents(
|
||||
"Tests/DblayerooPostgreSQLTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"pgsql",
|
||||
file_get_contents("Tests/DblayerooComplet.php")
|
||||
)
|
||||
@@ -49,7 +49,7 @@ file_put_contents(
|
||||
file_put_contents(
|
||||
"Tests/DblayerSqliteTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"sqlite",
|
||||
file_get_contents("Tests/DblayerComplet.php")
|
||||
)
|
||||
@@ -57,7 +57,7 @@ file_put_contents(
|
||||
file_put_contents(
|
||||
"Tests/DblayerMySQLTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"mysql",
|
||||
file_get_contents("Tests/DblayerComplet.php")
|
||||
)
|
||||
@@ -65,7 +65,7 @@ file_put_contents(
|
||||
file_put_contents(
|
||||
"Tests/DblayerPostgreSQLTest.php",
|
||||
str_replace(
|
||||
"{ENGINE}",
|
||||
"ENGINE",
|
||||
"pgsql",
|
||||
file_get_contents("Tests/DblayerComplet.php")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user