Page MenuHomeDevCentral

D3584.id9230.diff
No OneTemporary

D3584.id9230.diff

diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -42,6 +42,7 @@
"keruald/cache": "0.1.0",
"keruald/commands": "0.0.1",
"keruald/database": "0.4.0",
+ "keruald/github": "0.2.1",
"keruald/omnitools": "0.12.0",
"keruald/report": "0.1.0"
},
@@ -53,6 +54,8 @@
"Keruald\\Commands\\Tests\\": "commands/tests/",
"Keruald\\Database\\": "database/src/",
"Keruald\\Database\\Tests\\": "database/tests/",
+ "Keruald\\GitHub\\": "github/src/",
+ "Keruald\\GitHub\\Tests\\": "github/tests/",
"Keruald\\OmniTools\\": "omnitools/src/",
"Keruald\\OmniTools\\Tests\\": "omnitools/tests/",
"Keruald\\Reporting\\": "report/src/",
diff --git a/metadata.yml b/metadata.yml
--- a/metadata.yml
+++ b/metadata.yml
@@ -25,6 +25,7 @@
- cache
- commands
- database
+ - github
- omnitools
- report
@@ -32,5 +33,6 @@
cache: Keruald\Cache
commands: Keruald\Commands
database: Keruald\Database
+ github: Keruald\GitHub
omnitools: Keruald\OmniTools
report: Keruald\Reporting
diff --git a/phpcs.xml b/phpcs.xml
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -46,6 +46,9 @@
<file>database/src</file>
<file>database/tests</file>
+ <file>github/src</file>
+ <file>github/tests</file>
+
<file>omnitools/src</file>
<file>omnitools/tests</file>
diff --git a/phpunit.xml b/phpunit.xml
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -38,6 +38,9 @@
<testsuite name="Unit tests for keruald/database">
<directory suffix="Test.php">./database/tests</directory>
</testsuite>
+ <testsuite name="Unit tests for keruald/github">
+ <directory suffix="Test.php">./github/tests</directory>
+ </testsuite>
<testsuite name="Unit tests for keruald/omnitools">
<directory suffix="Test.php">./omnitools/tests</directory>
</testsuite>
@@ -50,6 +53,7 @@
<directory suffix=".php">cache/src/</directory>
<directory suffix=".php">commands/src/</directory>
<directory suffix=".php">database/src/</directory>
+ <directory suffix=".php">github/src/</directory>
<directory suffix=".php">omnitools/src/</directory>
<directory suffix=".php">report/src/</directory>
</include>

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 13:00 (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249212
Default Alt Text
D3584.id9230.diff (2 KB)

Event Timeline