mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 14:04:51 +02:00
89 lines
952 B
PHP
89 lines
952 B
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 e_parse_shortcodeTest extends \Codeception\Test\Unit
|
|
{
|
|
/*
|
|
public function testIsBatchOverride()
|
|
{
|
|
|
|
}
|
|
|
|
public function testIsRegistered()
|
|
{
|
|
|
|
}
|
|
|
|
public function testIsOverride()
|
|
{
|
|
|
|
}
|
|
|
|
public function testResetScClass()
|
|
{
|
|
|
|
}
|
|
|
|
public function testDoCode()
|
|
{
|
|
|
|
}
|
|
|
|
public function testGetScObject()
|
|
{
|
|
|
|
}
|
|
|
|
public function testParseCodes()
|
|
{
|
|
|
|
}
|
|
|
|
public function testInitShortcodeClass()
|
|
{
|
|
|
|
}
|
|
|
|
public function testRegisterShortcode()
|
|
{
|
|
|
|
}
|
|
|
|
public function testSetScVar()
|
|
{
|
|
|
|
}
|
|
|
|
public function testCallScFunc()
|
|
{
|
|
|
|
}
|
|
|
|
public function testIsScClass()
|
|
{
|
|
|
|
}
|
|
|
|
public function testParse_scbatch()
|
|
{
|
|
|
|
}
|
|
|
|
public function testLoadThemeShortcodes()
|
|
{
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
}
|