Details
-
Type:
Unit Tests: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.8.0
-
Component/s: Zend_TimeSync
-
Labels:None
Description
line 128 in tests/Zend/TimeSyncTest.php
public function tesSetOption()
should be:
public function testSetOption()
Fixed with r13427