| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
||
| ## Change log | ||
|
|
||
| * Unreleased - Add Markdown search and archive output support |
There was a problem hiding this comment.
I haven't released version 1.0.0 yet. Let's include this change in the first release.
Sorry, something went wrong.
| public function testMdReturnsRawMarkdown() | ||
| { | ||
| $markdown = "---\nengine: google\n---\n\n## Organic Results\n"; | ||
| $client = new StubClient([ |
There was a problem hiding this comment.
Got this error in tests. It looks like the StubClient class isn't in this PR.
1) SerpApi\Tests\ClientTest::testMdReturnsRawMarkdown Error: Class "SerpApi\Tests\StubClient" not found
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, forgot to include it, but now that I think about it it's not the right place to introduce stubbing, I will keep the test suite as is for now.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.