xref
: /
third_party
/
protobuf
/
php
/
tests
/
bootstrap_phpunit.php
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/protobuf/php/tests/
1
<?php
2
3
require_once
(
"
vendor
/
autoload.php
"
);
4
5
error_reporting
(
E_ALL
);
6