File tree 4 files changed +3
-3
lines changed
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/* Generate the "Contributors" list for README.md automatically utilizing the GitHub API */
4
4
5
- require __DIR__ . '/../../lib/rssbridge .php ' ;
5
+ require __DIR__ . '/../../lib/bootstrap .php ' ;
6
6
7
7
$ url = 'https://api.github.com/repos/rss-bridge/rss-bridge/contributors ' ;
8
8
$ contributors = [];
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- require_once __DIR__ . '/lib/rssbridge .php ' ;
3
+ require_once __DIR__ . '/lib/bootstrap .php ' ;
4
4
5
5
$ rssBridge = new RssBridge ();
6
6
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
<phpunit
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:noNamespaceSchemaLocation=" http://schema.phpunit.de/4.5/phpunit.xsd"
4
- bootstrap=" ./lib/rssbridge .php"
4
+ bootstrap=" ./lib/bootstrap .php"
5
5
colors=" true"
6
6
processIsolation=" false"
7
7
timeoutForSmallTests=" 1"
You can’t perform that action at this time.
0 commit comments