Update v1.0.6
This commit is contained in:
11
vendor/guzzlehttp/psr7/tests/bootstrap.php
vendored
Normal file
11
vendor/guzzlehttp/psr7/tests/bootstrap.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Tests\Psr7;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
class HasToString
|
||||
{
|
||||
public function __toString() {
|
||||
return 'foo';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user