mirror of
https://github.com/e107inc/e107.git
synced 2025-04-04 12:42:40 +02:00
db_verify test placeholders added.
This commit is contained in:
parent
a63b555fd2
commit
68444cdee0
119
tests/unit/db_verifyTest.php
Normal file
119
tests/unit/db_verifyTest.php
Normal file
@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user