[Locale] remove setLocale from StubIntlDateFormatter

This commit is contained in:
Igor Wiedler 2011-02-18 10:39:18 +01:00
parent 53839f9235
commit 577dd30927

View File

@ -226,11 +226,6 @@ class StubIntlDateFormatter
return $this->datetype;
}
public function setLocale($locale)
{
throw new MethodNotImplementedException(__METHOD__);
}
public function getErrorCode()
{
throw new MethodNotImplementedException(__METHOD__);