From b5595d57c5bf17e48f3265a061ce0c88026cad76 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Thu, 12 Jul 2007 20:10:23 +0000 Subject: [PATCH] Some of the upcoming new tests will use this little helper to create a very simple MySQL table with some data in it to play with. --- ext/mysqli/tests/table.inc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ext/mysqli/tests/table.inc diff --git a/ext/mysqli/tests/table.inc b/ext/mysqli/tests/table.inc new file mode 100644 index 0000000000..142053cbed --- /dev/null +++ b/ext/mysqli/tests/table.inc @@ -0,0 +1,23 @@ + \ No newline at end of file -- 2.50.1