コード例 #1
0
ファイル: not-index.php プロジェクト: jbzoo/phpunit
<?php

/**
 * JBZoo PHPUnit
 *
 * This file is part of the JBZoo CCK package.
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @package   PHPUnit
 * @license   MIT
 * @copyright Copyright (C) JBZoo.com,  All rights reserved.
 * @link      https://github.com/JBZoo/PHPUnit
 * @author    Denis Smetannikov <*****@*****.**>
 */
include __DIR__ . '/func.php';
echo 'not-index: ' . showTestMessage();
コード例 #2
0
ファイル: index.php プロジェクト: jbzoo/phpunit
<?php

/**
 * JBZoo PHPUnit
 *
 * This file is part of the JBZoo CCK package.
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @package   PHPUnit
 * @license   MIT
 * @copyright Copyright (C) JBZoo.com,  All rights reserved.
 * @link      https://github.com/JBZoo/PHPUnit
 * @author    Denis Smetannikov <*****@*****.**>
 */
include __DIR__ . '/../func.php';
echo 'folder/index: ' . showTestMessage();
コード例 #3
0
ファイル: index.php プロジェクト: jbzoo/phpunit
<?php

/**
 * JBZoo PHPUnit
 *
 * This file is part of the JBZoo CCK package.
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @package   PHPUnit
 * @license   MIT
 * @copyright Copyright (C) JBZoo.com,  All rights reserved.
 * @link      https://github.com/JBZoo/PHPUnit
 * @author    Denis Smetannikov <*****@*****.**>
 */
include __DIR__ . '/func.php';
echo 'index: ' . showTestMessage();