PHP Classes

File: apps/MS-AvailableHotels/tests/TestCase.php

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Hotel Booking Available   apps/MS-AvailableHotels/tests/TestCase.php   Download  
File: apps/MS-AvailableHotels/tests/TestCase.php
Role: Class source
Content type: text/plain
Description: Class source
Class: PHP Hotel Booking Available
Search for hotels that are available for booking
Author: By
Last change:
Date: 2 years ago
Size: 314 bytes
 

Contents

Class file image Download
<?php

use Laravel\Lumen\Testing\TestCase as BaseTestCase;

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