OpenGrok
Cross Reference: autoload.php
xref
: /
external
/
protobuf
/
php
/
tests
/
autoload.php
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
<?
php
2
3
require_once
(
'test.pb.php'
);
4
require_once
(
'test_util.php'
);
5