Skip to content

Commit 6ab9766

Browse files
committed
deploy: bd562f7
1 parent fe643f9 commit 6ab9766

21 files changed

Lines changed: 28 additions & 38 deletions

previews/pr-5/coverage/FrameworkServiceProvider.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<h4>Legend</h4>
194194
<p><span class="legend covered-by-small-tests">Covered by small (and larger) tests</span><span class="legend covered-by-medium-tests">Covered by medium (and large) tests</span><span class="legend covered-by-large-tests">Covered by large tests (and tests of unknown size)</span><span class="legend not-covered">Not covered</span><span class="legend not-coverable">Not coverable</span></p>
195195
<p>
196-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:11:05 UTC 2026.</small>
196+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:12:44 UTC 2026.</small>
197197
</p>
198198
<a title="Back to the top" id="toplink" href="#">
199199
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16"><path fill-rule="evenodd" d="M12 11L6 5l-6 6h12z"/></svg>

previews/pr-5/coverage/clover.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<coverage generated="1777079465">
3-
<project timestamp="1777079465" name="Clover Coverage">
2+
<coverage generated="1777079564">
3+
<project timestamp="1777079564" name="Clover Coverage">
44
<package name="FastForward\Framework\ServiceProvider">
55
<file name="/home/runner/work/framework/framework/src/ServiceProvider/FrameworkServiceProvider.php">
66
<class name="FastForward\Framework\ServiceProvider\FrameworkServiceProvider" namespace="FastForward\Framework\ServiceProvider">
0 Bytes
Binary file not shown.

previews/pr-5/coverage/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3 style="margin-top: 2rem;">Project Risks</h3>
139139
<footer>
140140
<hr/>
141141
<p>
142-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:11:05 UTC 2026.</small>
142+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:12:44 UTC 2026.</small>
143143
</p>
144144
</footer>
145145
</div>

previews/pr-5/coverage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h4>Legend</h4>
110110
<span class="success"><strong>High</strong>: 90% to 100%</span>
111111
</p>
112112
<p>
113-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:11:05 UTC 2026.</small>
113+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 12.5.6</a> using <a href="https://www.php.net/" target="_top">PHP 8.3.30</a> and <a href="https://phpunit.de/">PHPUnit 12.5.23</a> at Sat Apr 25 1:12:44 UTC 2026.</small>
114114
</p>
115115
</footer>
116116
</div>

previews/pr-5/coverage/junit.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<testsuites>
3-
<testsuite name="CLI Arguments" tests="2" assertions="78" errors="0" failures="0" skipped="0" time="0.008079">
4-
<testsuite name="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" tests="2" assertions="78" errors="0" failures="0" skipped="0" time="0.008079">
5-
<testcase name="getFactoriesWillReturnAggregatedServiceProviderFactories" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" line="47" class="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" classname="FastForward.Framework.Tests.ServiceProvider.FrameworkServiceProviderTest" assertions="69" time="0.006510"/>
6-
<testcase name="getExtensionsWillReturnAggregatedServiceProviderExtensions" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" line="78" class="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" classname="FastForward.Framework.Tests.ServiceProvider.FrameworkServiceProviderTest" assertions="9" time="0.001569"/>
3+
<testsuite name="CLI Arguments" tests="2" assertions="78" errors="0" failures="0" skipped="0" time="0.008524">
4+
<testsuite name="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" tests="2" assertions="78" errors="0" failures="0" skipped="0" time="0.008524">
5+
<testcase name="getFactoriesWillReturnAggregatedServiceProviderFactories" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" line="47" class="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" classname="FastForward.Framework.Tests.ServiceProvider.FrameworkServiceProviderTest" assertions="69" time="0.006936"/>
6+
<testcase name="getExtensionsWillReturnAggregatedServiceProviderExtensions" file="/home/runner/work/framework/framework/tests/ServiceProvider/FrameworkServiceProviderTest.php" line="78" class="FastForward\Framework\Tests\ServiceProvider\FrameworkServiceProviderTest" classname="FastForward.Framework.Tests.ServiceProvider.FrameworkServiceProviderTest" assertions="9" time="0.001588"/>
77
</testsuite>
88
</testsuite>
99
</testsuites>

previews/pr-5/getting-started/index.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -813,14 +813,14 @@
813813
<section class="section " id="getting-started">
814814
<h1>Getting Started</h1>
815815

816-
<div class="row align-items-center my-4">
817-
<div class="col-lg-8">
818-
816+
819817
<p>This section helps you move from installation to a working container bootstrap as quickly
820818
as possible.</p>
821819

820+
822821
<p>If you are evaluating the package for the first time, read the pages in this order:</p>
823822

823+
824824

825825
<ol start="1" type="1">
826826
<li value="1"><code>installation</code>
@@ -832,16 +832,6 @@ <h1>Getting Started</h1>
832832

833833
</ol>
834834

835-
</div>
836-
<div class="col-lg-4 text-center">
837-
<img
838-
src="./docs/getting-started/../_static/mascot.png"
839-
width="240px" alt="Fast Forward Framework mascot" class="img-fluid rounded-4 shadow-sm border border-light-subtle bg-body-tertiary p-2"/>
840-
841-
</div>
842-
843-
</div>
844-
845835
<div class="toc">
846836
<ul>
847837
<li class="toc-item">

previews/pr-5/metrics/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="title">PhpMetrics</h1>
4949
<div class="page">
5050
<div class="content content-first">
5151
<div class="report-details">
52-
Created at 2026-04-25 01:11:07 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
52+
Created at 2026-04-25 01:12:46 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
5353
</div>
5454

5555

previews/pr-5/metrics/complexity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="title">PhpMetrics</h1>
4949
<div class="page">
5050
<div class="content content-first">
5151
<div class="report-details">
52-
Created at 2026-04-25 01:11:07 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
52+
Created at 2026-04-25 01:12:46 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
5353
</div>
5454

5555

previews/pr-5/metrics/composer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1 class="title">PhpMetrics</h1>
4949
<div class="page">
5050
<div class="content content-first">
5151
<div class="report-details">
52-
Created at 2026-04-25 01:11:07 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
52+
Created at 2026-04-25 01:12:46 , with PHPMetrics v2.9.1 (<a href="https://twitter.com/Halleck45">Jean-François Lépine</a>).
5353
</div>
5454

5555

0 commit comments

Comments
 (0)