-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Conversation
@@ -302,6 +302,12 @@ public function testImportRemoteFeedMethodPerformsAsExpected() | |||
$this->assertEquals(Reader\Reader::TYPE_RSS_20, $type); | |||
} | |||
|
|||
public function testImportStringMethodThrowProperExceptionOnEmptyString(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add new line after function name, see PSR-2 https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#43-methods
Ok, I thought that cs fixer is doing that in pre-commit hook. I don't know why Tests are failed. |
Ok, now it should be correct. Test on my pc passed after first commits but i'm using newer version of PHP. Don't even know before that empty() accepts only variables nor returned values by function prior to PHP 5.5. |
@god107 looking sadly at travis there was a timeout... |
ok, i'll fix this but i have question: What about that Travis show timeout for connecting to github:
|
it's travis issue I think ;). I think you should no worry about that :D. It Warm Regards, Abdul Malik Ikhsan 2014-03-10 16:12 GMT+07:00 Marcin Twardowski notifications@github.com:
|
Strange, now i'm seeing that test in ZendTest/Cache failed but i did'n touch there anything. :/ |
Don't worry about that ;) Warm regards, Abdul Malik Ikhsan Pada 10 Mar 2014, pukul 16.54, Marcin Twardowski notifications@github.com menulis:
|
Merged to develop for release with 2.3.0. |
No description provided.