Skip to content

Commit 10bea90

Browse files
jeromegamezjmikola
authored andcommitted
Remove obsolete files and directories
It should be clear that composer dependencies need to be installed in order to work on and test the library, so the `bootstrap.php` file can be deleted. Since USAGE.md has been merged into README.md, the `site` directory is not needed anymore.
1 parent ad30a80 commit 10bea90

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.phpunit.result.cache
22
composer.lock
33
phpunit.xml
4-
site
54
vendor

Diff for: phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<phpunit
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
6-
bootstrap="tests/bootstrap.php"
6+
colors="true"
77
>
88
<testsuites>
99
<testsuite name="GeoJson Test Suite">

Diff for: tests/bootstrap.php

-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
<?php
2-
3-
if (!file_exists($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
4-
throw new RuntimeException('Install dependencies to run test suite.');
5-
}
6-
7-
require_once $autoloadFile;

0 commit comments

Comments
 (0)