PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Ken Burcham   Algorithmia PHP   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Algorithmia PHP
Use the AI services of Algorithmia API
Author: By
Last change:
Date: 5 years ago
Size: 96 bytes
 

Contents

Class file image Download
<?php

require_once __DIR__ . '/../vendor/autoload.php';
require_once
__DIR__ . '/BaseTest.php';