PHP Classes

File: tests/TestCase.php

Recommend this page to a friend!
  Classes of Eray Akartuna   Lumen Starter Pack   tests/TestCase.php   Download  
File: tests/TestCase.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Lumen Starter Pack
Implement a OAuth 2 based REST API server
Author: By
Last change:
Date: 7 years ago
Size: 272 bytes
 

Contents

Class file image Download
<?php

class TestCase extends Laravel\Lumen\Testing\TestCase {

   
/**
     * Creates the application.
     *
     * @return \Laravel\Lumen\Application
     */
   
public function createApplication()
    {
        return require
__DIR__.'/../bootstrap/app.php';
    }

}