Skip to content

Commit dbbbf49

Browse files
committed
Unbreak tests
1 parent 0f1cb84 commit dbbbf49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require_once '../vendor/autoload.php';
2+
require_once 'vendor/autoload.php';
33
spl_autoload_register(function ($class) {
44
require_once strtr($class, '\\_', '//').'.php';
55
});

test/phpmailerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @copyright 2010 Marcus Bointon
1313
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
1414
*/
15-
require '../vendor/autoload.php';
15+
1616
require_once realpath('../PHPMailerAutoload.php');
1717

1818
/**

0 commit comments

Comments
 (0)