Dblayeroo and Dblayer : {ENGINE} -> ENGINE to be PHP lintable in all the cases

This commit is contained in:
2023-04-14 21:15:49 +02:00
parent 2f4461f8d9
commit a2e103c32f
3 changed files with 31 additions and 31 deletions

View File

@@ -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")
)