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
a9ec2299fe549658b6b87c0ee94a941ce2f4dc10
luos/tests/TestCase.php

13 lines
210 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-4527
2017-12-04 13:25:35 +00:00
namespace Tests;
HOR-3626 Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
2017-08-07 13:02:26 -04:00
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;
HOR-4527
2017-12-04 13:25:35 +00:00
use Illuminate\Support\Facades\DB;
use Propel;
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
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
HOR-4527
2017-12-04 13:25:35 +00:00
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: 124ms Template: 4ms
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