PHP Classes

File: tests/TestCase.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon DB Admin   tests/TestCase.php   Download  
File: tests/TestCase.php
Role: Class source
Content typex: text/plain
Description: Class source
Class: Jaxon DB Admin
Web application to manage SQL of databases
Author: By
Last change: Update of tests/TestCase.php
Date: 1 month ago
Size: 142 bytes
 

Contents

Class file image Download
<?php

namespace Tests;

use
Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class
TestCase extends BaseTestCase
{
   
//
}