发布时间:2022-08-09 文章分类:编程知识 投稿人:赵颖 字号: 默认 | | 超大 打印

<?php 2 3 /** 4 * This file is part of the symfony package. 5 * (c) 2004-2006 Fabien Potencier <fabien.potencier@gmail.com> 6 * 7 * For the full copyright and license information, please view the LICENSE 8 * file that was distributed with this source code. 9 */ 10 11 /** 12 * Unit test library. 13 * 14 * @package lime 15 * @author Fabien Potencier <fabien.potencier@gmail.com> 16 * @version SVN: $Id$ 17 */ 18 class lime_test 19 {