This website requires JavaScript.
Explore
Help
Sign In
deon
/
openpgp-php
Watch
1
Star
0
Fork
0
You've already forked openpgp-php
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2fb1666bb5
openpgp-php
/
tests
/
bootstrap.php
2 lines
66 B
PHP
Raw
Normal View
History
Unescape
Escape
Make autoload work for phpunit tests
2015-03-14 09:59:21 +00:00
<
?
php
Don't make a scene if there is no autoload.php (if someone isn't using composer).
2015-03-14 16:17:28 +00:00
@
include_once
dirname
(
__FILE__
)
.
'/../vendor/autoload.php'
;
Reference in New Issue
Copy Permalink