Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
* 2.0:
  Change author's website URL
  Do not require base URL set with Mink
  Add base_url to docs for configuring Mink
  • Loading branch information
pamil committed Oct 10, 2019
2 parents 39a108c + 2e20fee commit 15f9801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Kamil Kokot",
"email": "kamil@kokot.me",
"homepage": "http://kamil.kokot.me"
"homepage": "https://kamilkokot.com"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Driver/SymfonyDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

final class SymfonyDriver extends BrowserKitDriver
{
public function __construct(KernelInterface $kernel, string $baseUrl)
public function __construct(KernelInterface $kernel, ?string $baseUrl)
{
if (!$kernel->getContainer()->has('test.client')) {
throw new \RuntimeException(sprintf(
Expand Down

0 comments on commit 15f9801

Please sign in to comment.