mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
120 lines
1.2 KiB
PHP
120 lines
1.2 KiB
PHP
<?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()
|
|
{
|
|
|
|
}*/
|
|
}
|