Добавлен цикл проверки сайтов
This commit is contained in:
27
vendor/nilportugues/sql-query-builder/tests/Manipulation/Resources/DummyQuery.php
vendored
Normal file
27
vendor/nilportugues/sql-query-builder/tests/Manipulation/Resources/DummyQuery.php
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* Author: Nil Portugués Calderó <contact@nilportugues.com>
|
||||
* Date: 6/3/14
|
||||
* Time: 12:58 AM.
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace NilPortugues\Tests\Sql\QueryBuilder\Manipulation\Resources;
|
||||
|
||||
use NilPortugues\Sql\QueryBuilder\Manipulation\AbstractBaseQuery;
|
||||
|
||||
/**
|
||||
* Class DummyQuery.
|
||||
*/
|
||||
class DummyQuery extends AbstractBaseQuery
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function partName()
|
||||
{
|
||||
return 'DUMMY';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user