Logo
Explore Help
Register Sign In
fernando/luos
1
0
Fork 0
You've already forked luos
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6d892e48b1b41c7af6c55f0fa6ea702fed2717b9
luos/tests/TestCase.php

10 lines
162 B
PHP
Raw Normal View History

Added laravel framework. Bootstrap absolute minimum. Add testing framework that follows Laravel practices. Write simple feature test to test caching.
2017-07-27 14:04:51 -07:00
<?php
HOR-3626 Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
2017-08-07 13:02:26 -04:00
namespace tests;
Added laravel framework. Bootstrap absolute minimum. Add testing framework that follows Laravel practices. Write simple feature test to test caching.
2017-07-27 14:04:51 -07:00
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
HOR-3626 Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
2017-08-07 13:02:26 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 21ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API