Skip to content

Commit

Permalink
Travis experiment #6
Browse files Browse the repository at this point in the history
  • Loading branch information
raykolbe committed Oct 30, 2016
1 parent 69a4e5d commit 23e1c32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
23 changes: 0 additions & 23 deletions .travis/application.config.php

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/composer.json

This file was deleted.

15 changes: 0 additions & 15 deletions tests/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,6 @@

error_reporting(E_ALL | E_STRICT);

chdir(__DIR__);

$previousDir = '.';
while (!file_exists('config/application.config.php')) {
$dir = dirname(getcwd());
if ($previousDir === $dir) {
throw new RuntimeException(
'Unable to locate "config/application.config.php": ' .
'is DOMPDFModule in a subdir of your application skeleton?'
);
}
$previousDir = $dir;
chdir($dir);
}

if (is_readable(__DIR__ . '/TestConfiguration.php')) {
$configuration = include_once __DIR__ . '/TestConfiguration.php';
} else {
Expand Down

0 comments on commit 23e1c32

Please sign in to comment.