Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
Library
plugin-template
Merge requests
!42
feature(core): small changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(core): small changes
feature/upgrade-template
into
master
Overview
0
Commits
1
Changes
6
Merged
Sebastian Pisula
requested to merge
feature/upgrade-template
into
master
2 years ago
Overview
0
Commits
1
Changes
6
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
193fa14b
1 commit,
2 years ago
6 files
+
25
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
tests/integration/bootstrap.php
+
1
−
1
View file @ 193fa14b
Edit in single-file editor
Open in Web IDE
Show full file
<?php
ini_set
(
'
error_reporting
'
,
E_ALL
);
// or error_reporting(E_ALL
);
error_reporting
(
E_ALL
&
~
E_DEPRECATED
);
ini_set
(
'display_errors'
,
'1'
);
ini_set
(
'display_startup_errors'
,
'1'
);
Loading