This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +127
-12
lines changed
Expand file tree Collapse file tree 5 files changed +127
-12
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3+ * Zend Framework
4+ *
5+ * LICENSE
6+ *
7+ * This source file is subject to the new BSD license that is bundled
8+ * with this package in the file LICENSE.txt.
9+ * It is also available through the world-wide-web at this URL:
10+ * http://framework.zend.com/license/new-bsd
11+ * If you did not receive a copy of the license and are unable to
12+ * obtain it through the world-wide-web, please send an email
13+ * to license@zend.com so we can send you a copy immediately.
14+ *
315 * @category Zend
416 * @package Zend_Stdlib
5- * @subpackage Test
6- * @copyright Copyright (c) 2010-2010 Zend Technologies USA Inc. (http://www.zend.com)
7- * @license New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
17+ * @subpackage UnitTests
18+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19+ * @license http://framework.zend.com/license/new-bsd New BSD License
20+ * @version $Id:$
821 */
922
1023namespace ZendTest \Stdlib ;
1427/**
1528 * @category Zend
1629 * @package Zend_Stdlib
17- * @subpackage Test
18- * @copyright Copyright (c) 2010-2010 Zend Technologies USA Inc. (http://www.zend.com)
19- * @license New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
30+ * @subpackage UnitTests
31+ * @group Zend_Stdlib
32+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
2034 */
2135class FilterChainTest extends \PHPUnit_Framework_TestCase
2236{
Original file line number Diff line number Diff line change 11<?php
22/**
3+ * Zend Framework
4+ *
5+ * LICENSE
6+ *
7+ * This source file is subject to the new BSD license that is bundled
8+ * with this package in the file LICENSE.txt.
9+ * It is also available through the world-wide-web at this URL:
10+ * http://framework.zend.com/license/new-bsd
11+ * If you did not receive a copy of the license and are unable to
12+ * obtain it through the world-wide-web, please send an email
13+ * to license@zend.com so we can send you a copy immediately.
14+ *
315 * @category Zend
416 * @package Zend_Stdlib
5- * @subpackage Test
6- * @copyright Copyright (c) 2010 - Present Zend Technologies USA Inc. (http://www.zend.com)
7- * @license New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
17+ * @subpackage UnitTests
18+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19+ * @license http://framework.zend.com/license/new-bsd New BSD License
20+ * @version $Id:$
821 */
922
1023namespace ZendTest \SignalSlot ;
1427/**
1528 * @category Zend
1629 * @package Zend_Stdlib
17- * @subpackage Test
18- * @copyright Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
19- * @license New BSD {@link http://www.opensource.org/licenses/bsd-license.php}
30+ * @subpackage UnitTests
31+ * @group Zend_Stdlib
32+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
2034 */
2135class SignalHandlerTest extends \PHPUnit_Framework_TestCase
2236{
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Zend Framework
4+ *
5+ * LICENSE
6+ *
7+ * This source file is subject to the new BSD license that is bundled
8+ * with this package in the file LICENSE.txt.
9+ * It is also available through the world-wide-web at this URL:
10+ * http://framework.zend.com/license/new-bsd
11+ * If you did not receive a copy of the license and are unable to
12+ * obtain it through the world-wide-web, please send an email
13+ * to license@zend.com so we can send you a copy immediately.
14+ *
15+ * @category Zend
16+ * @package Zend_Stdlib
17+ * @subpackage UnitTests
18+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19+ * @license http://framework.zend.com/license/new-bsd New BSD License
20+ * @version $Id:$
21+ */
22+
223namespace ZendTest \Stdlib ;
324
425use Zend \Stdlib \SplPriorityQueue ;
526
27+ /**
28+ * @category Zend
29+ * @package Zend_Stdlib
30+ * @subpackage UnitTests
31+ * @group Zend_Stdlib
32+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
34+ */
635class SplPriorityQueueTest extends \PHPUnit_Framework_TestCase
736{
837 public function setUp ()
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Zend Framework
4+ *
5+ * LICENSE
6+ *
7+ * This source file is subject to the new BSD license that is bundled
8+ * with this package in the file LICENSE.txt.
9+ * It is also available through the world-wide-web at this URL:
10+ * http://framework.zend.com/license/new-bsd
11+ * If you did not receive a copy of the license and are unable to
12+ * obtain it through the world-wide-web, please send an email
13+ * to license@zend.com so we can send you a copy immediately.
14+ *
15+ * @category Zend
16+ * @package Zend_Stdlib
17+ * @subpackage UnitTests
18+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19+ * @license http://framework.zend.com/license/new-bsd New BSD License
20+ * @version $Id:$
21+ */
22+
223namespace ZendTest \Stdlib ;
324
425use Zend \Stdlib \SplQueue ;
526
27+ /**
28+ * @category Zend
29+ * @package Zend_Stdlib
30+ * @subpackage UnitTests
31+ * @group Zend_Stdlib
32+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
34+ */
635class SplQueueTest extends \PHPUnit_Framework_TestCase
736{
837 public function setUp ()
Original file line number Diff line number Diff line change 11<?php
2+ /**
3+ * Zend Framework
4+ *
5+ * LICENSE
6+ *
7+ * This source file is subject to the new BSD license that is bundled
8+ * with this package in the file LICENSE.txt.
9+ * It is also available through the world-wide-web at this URL:
10+ * http://framework.zend.com/license/new-bsd
11+ * If you did not receive a copy of the license and are unable to
12+ * obtain it through the world-wide-web, please send an email
13+ * to license@zend.com so we can send you a copy immediately.
14+ *
15+ * @category Zend
16+ * @package Zend_Stdlib
17+ * @subpackage UnitTests
18+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19+ * @license http://framework.zend.com/license/new-bsd New BSD License
20+ * @version $Id:$
21+ */
22+
223namespace ZendTest \Stdlib ;
324
425use Zend \Stdlib \SplStack ;
526
27+ /**
28+ * @category Zend
29+ * @package Zend_Stdlib
30+ * @subpackage UnitTests
31+ * @group Zend_Stdlib
32+ * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
33+ * @license http://framework.zend.com/license/new-bsd New BSD License
34+ */
635class SplStackTest extends \PHPUnit_Framework_TestCase
736{
837 public function setUp ()
You can’t perform that action at this time.
0 commit comments