1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 00:54:08 +02:00

Tests: Add test adder

This commit is contained in:
Jakub Vrana
2025-03-27 20:20:00 +01:00
parent 104132de36
commit feaed0497a
3 changed files with 31 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
// Katalon Recorder has global variables: https://docs.katalon.com/katalon-platform/plugins-and-add-ons/katalon-recorder-extension/get-your-job-done/automate-scenarios/global-variables-in-katalon-recorder
// It's possible to use them in URL in Katalon Studio but apparently not in Recorder: https://forum.katalon.com/t/45673/2
chdir(__DIR__);
foreach (glob("*.html") as $filename) {
if (!preg_match('~^pdo-~', $filename)) {
$file = file_get_contents($filename);