Larabros\Elogram\Http\Clients\MockAdapter::__construct PHP Метод

__construct() публичный Метод

Creates a new instance of :php:class:MockAdapter.
public __construct ( string $fixturesPath )
$fixturesPath string
    public function __construct($fixturesPath)
    {
        $this->fixturesPath = rtrim($fixturesPath, '/') . '/';
    }