assume PHP test suite is run from the tests-php directory. Matches documentation in VAGRANT.md

This commit is contained in:
marc tobias
2015-07-09 03:43:59 +02:00
parent df7d3b7478
commit 9b7d8db038
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace Nominatim;
require 'lib/lib.php';
require '../lib/lib.php';
class NominatimTest extends \PHPUnit_Framework_TestCase

View File

@@ -6,6 +6,7 @@ https://phpunit.de/manual/4.2/en/
installed.
To execute the test suite run
$ cd tests-php
$ phpunit
It will read phpunit.xml which points to the library, test path, bootstrap