Logo
Explore Help
Register Sign In
fernando/luos
1
0
Fork 0
You've already forked luos
Code Releases Activity
Files
67acbe167cbb5285b2bc5303e4611d44a67299db
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
}
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 302ms Template: 57ms
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