Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
28 changes: 0 additions & 28 deletions .github/workflows/job-examples.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- '.github/actions/**'
- 'src/**'
- 'tools/**'
- 'examples/**'
- 'composer.lock'
- 'composer.json'
- 'phpunit.xml.dist'
Expand All @@ -18,7 +17,6 @@ on:
- '.github/actions/**'
- 'src/**'
- 'tools/**'
- 'examples/**'
- 'composer.lock'
- 'composer.json'
- 'phpunit.xml.dist'
Expand All @@ -40,10 +38,6 @@ jobs:
dependencies: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && '["locked","lowest","highest"]' || '["locked"]' }}
secrets: inherit

examples:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/job-examples.yml

extension-tests:
uses: ./.github/workflows/job-extension-tests.yml

Expand Down
1 change: 0 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
__DIR__ . '/web/landing/src',
__DIR__ . '/web/landing/tests',
__DIR__ . '/web/landing/bin',
__DIR__ . '/examples',
__DIR__ . '/tools/rector/src',
__DIR__ . '/tools/phpunit/extension/telemetry/src',
__DIR__ . '/tools/phpunit/extension/telemetry/tests',
Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"build": [
"@test:docs",
"@test:monorepo",
"@test:examples",
"@static:analyze",
"@test",
"@test:mutation"
Expand Down Expand Up @@ -467,14 +466,11 @@
"tools/phpunit/vendor/bin/phpunit --testsuite=tool-phpunit-telemetry-unit --log-junit ./var/phpunit/logs/tool-phpunit-telemetry-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/tool-phpunit-telemetry-unit.coverage.xml"
],
"test:docs": [
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ."
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=documentation ."
],
"test:website": [
"composer test --working-dir=./web/landing"
],
"test:examples": [
"./examples/run.php"
],
"test:mutation": [
"Composer\\Config::disableProcessTimeout",
"tools/infection/vendor/bin/infection --threads=max"
Expand Down
255 changes: 0 additions & 255 deletions documentation/examples.md

This file was deleted.

10 changes: 5 additions & 5 deletions documentation/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
</thead>
<tbody>
<tr>
<td><img src="assets/img/sunset_orange.png" alt="Sunset Orange" title="Sunset Orange" width="100px" height="100px"></td>
<td><img src="assets/img/light_slate_blue.png" alt="Light Slate Blue" title="Light Slate Blue" width="100px" height="100px"></td>
<td><img src="assets/img/warm_blue.png" alt="Warm Blue" title="Warm Blue" width="100px" height="100px"></td>
<td><img src="assets/img/daisy_bush.png" alt="Daisy Bush" title="Daisy Bush" width="100px" height="100px"></td>
<td><img src="assets/img/mirage.png" alt="Mirage" title="Warm Blue" width="100px" height="100px"></td>
<td><img src="documentation/assets/img/sunset_orange.png" alt="Sunset Orange" title="Sunset Orange" width="100px" height="100px"></td>
<td><img src="documentation/assets/img/light_slate_blue.png" alt="Light Slate Blue" title="Light Slate Blue" width="100px" height="100px"></td>
<td><img src="documentation/assets/img/warm_blue.png" alt="Warm Blue" title="Warm Blue" width="100px" height="100px"></td>
<td><img src="documentation/assets/img/daisy_bush.png" alt="Daisy Bush" title="Daisy Bush" width="100px" height="100px"></td>
<td><img src="documentation/assets/img/mirage.png" alt="Mirage" title="Warm Blue" width="100px" height="100px"></td>
</tr>
<tr>
<td align="center"><code>#FF5547</code></td>
Expand Down
6 changes: 0 additions & 6 deletions examples/.gitignore

This file was deleted.

Loading
Loading