PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Daniel   ohmy-auth   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Unit test script
Class: ohmy-auth
Obtain authorization to access APIs using OAuth
Author: By
Last change: Update of tests/bootstrap.php
Date: 2 months ago
Size: 251 bytes
 

Contents

Class file image Download
/*
 * Copyright (c) 2014, Yahoo! Inc. All rights reserved.
 * Copyrights licensed under the New BSD License.
 * See the accompanying LICENSE file for terms.
 */
<?php
/**
 * Fire up the autoloader
 */
require_once __DIR__ . '/../vendor/autoload.php';