Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
e93dea77460c02fe0c7bfa42621817838f9d1342
e93dea77460c02fe0c7bfa42621817838f9d1342
Switch branch/tag
protobuf
php
tests
bootstrap_phpunit.php
Find file
Normal view
History
Permalink
bootstrap_phpunit.php
69 Bytes
Edit
Web IDE
Newer
Older
Enforce all error report for php tests. (#3670)
ae55fd2c
Paul Yang
committed
7 years ago
1
2
3
4
5
<?php
require_once
(
"vendor/autoload.php"
);
error_reporting
(
E_ALL
);