From 68444cdee0b1a40af33ae1640b6f0127f1e90976 Mon Sep 17 00:00:00 2001
From: Cameron <e107inc@gmail.com>
Date: Thu, 7 Jun 2018 14:45:19 -0700
Subject: [PATCH] db_verify test placeholders added.

---
 tests/unit/db_verifyTest.php | 119 +++++++++++++++++++++++++++++++++++
 1 file changed, 119 insertions(+)
 create mode 100644 tests/unit/db_verifyTest.php

diff --git a/tests/unit/db_verifyTest.php b/tests/unit/db_verifyTest.php
new file mode 100644
index 000000000..38262e0e1
--- /dev/null
+++ b/tests/unit/db_verifyTest.php
@@ -0,0 +1,119 @@
+<?php
+	/**
+	 * e107 website system
+	 *
+	 * Copyright (C) 2008-2018 e107 Inc (e107.org)
+	 * Released under the terms and conditions of the
+	 * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
+	 *
+	 */
+
+
+	class db_verifyTest extends \Codeception\Test\Unit
+	{
+
+		public function testGetFields()
+		{
+
+		}
+
+		public function testClearCache()
+		{
+
+		}
+
+		public function testRenderNotes()
+		{
+
+		}
+
+		public function testCompareAll()
+		{
+
+		}
+
+		public function testRenderTableName()
+		{
+
+		}
+
+		public function testGetId()
+		{
+
+		}
+
+		public function testGetSqlData()
+		{
+
+		}
+
+		public function testGetIndex()
+		{
+
+		}
+
+		public function testCompare()
+		{
+
+		}
+
+		public function testToMysql()
+		{
+
+		}
+
+		public function testRunFix()
+		{
+
+		}
+
+		public function testRenderTableSelect()
+		{
+
+		}
+
+		public function testVerify()
+		{
+
+		}
+
+		public function testGetPrevious()
+		{
+
+		}
+
+		public function testRenderResults()
+		{
+
+		}
+
+		public function testErrors()
+		{
+
+		}
+
+		public function testGetSqlFileTables()
+		{
+
+		}
+
+		public function testFixForm()
+		{
+
+		}
+
+		public function testRunComparison()
+		{
+
+		}
+
+		public function testCompileResults()
+		{
+
+		}
+
+		public function testGetSqlLanguages()
+		{
+
+		}
+	}