Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
b17ddcf76a4ea91d03059eaabf3d0de6bc37acec
b17ddcf76a4ea91d03059eaabf3d0de6bc37acec
Switch branch/tag
yii2
apps
basic
tests
functional
_bootstrap.php
Find file
Normal view
History
Permalink
_bootstrap.php
67 Bytes
Edit
Web IDE
Newer
Older
Added acceptance tests for the basic app.
a5a2481b
Qiang Xue
committed
11 years ago
1
<?php
tests modified, bootstrap added
44e515b4
Mark
committed
11 years ago
2
Fixes #1604: fixed URL and cookie problems.
3f4ee3e4
Qiang Xue
committed
10 years ago
3
new
yii\web\Application
(
require
(
__DIR__
.
'/_config.php'
));