1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-29 11:00:10 +02:00

refactor: rename rssbridge.php to bootstrap.php (#2987)

Fix #2986
This commit is contained in:
Dag
2022-08-27 23:01:06 +02:00
committed by GitHub
parent 1ca4dd69f7
commit 97808abca1
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
bootstrap="./lib/rssbridge.php"
bootstrap="./lib/bootstrap.php"
colors="true"
processIsolation="false"
timeoutForSmallTests="1"