Пример #1
0
<?php

/**
 * This file is part of the sfSearch package.
 * (c) Carl Vondrick <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
require dirname(__FILE__) . '/../../../test/suite.php';
$t = new lime_search(dirname(__FILE__) . '/../../', new lime_output_color());
$t->prove();
Пример #2
0
<?php

/**
 * This file is part of the sfLucene package.
 * (c) Carl Vondrick <*****@*****.**>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
require dirname(__FILE__) . '/../../../test/suite.php';
$t = new lime_search(dirname(__FILE__) . '/../../', new lime_output_color());
$t->coverage();