init
This commit is contained in:
13
vendor/ringcentral/psr7/tests/bootstrap.php
vendored
Executable file
13
vendor/ringcentral/psr7/tests/bootstrap.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace RingCentral\Tests\Psr7;
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
class HasToString
|
||||
{
|
||||
public function __toString() {
|
||||
return 'foo';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user