This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 *
1515 * @category Zend
1616 * @package Zend_Stdlib
17- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
17+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1818 * @license http://framework.zend.com/license/new-bsd New BSD License
1919 */
2020
4141 *
4242 * @category Zend
4343 * @package Zend_Stdlib
44- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
44+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
4545 * @license http://framework.zend.com/license/new-bsd New BSD License
4646 */
4747class PriorityQueue implements Countable, IteratorAggregate, Serializable
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ public function setUp()
4141 }
4242 }
4343
44- public function testGetSignalShouldReturnSignal ()
44+ public function testGetEventShouldReturnEvent ()
4545 {
4646 $ handler = new CallbackHandler ('foo ' , 'rand ' );
47- $ this ->assertEquals ('foo ' , $ handler ->getSignal ());
47+ $ this ->assertEquals ('foo ' , $ handler ->getEvent ());
4848 }
4949
5050 public function testCallbackShouldBeStringIfNoHandlerPassedToConstructor ()
Original file line number Diff line number Diff line change 1515 * @category Zend
1616 * @package Zend_Stdlib
1717 * @subpackage UnitTests
18- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
18+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
1919 * @license http://framework.zend.com/license/new-bsd New BSD License
2020 */
2121
2929 * @package Zend_Stdlib
3030 * @subpackage UnitTests
3131 * @group Zend_Stdlib
32- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
32+ * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
3333 * @license http://framework.zend.com/license/new-bsd New BSD License
3434 */
3535class PriorityQueueTest extends \PHPUnit_Framework_TestCase
You can’t perform that action at this time.
0 commit comments