|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <testsuites> |
3 | | - <testsuite name="Tests\Unit\LazyLoadingTest" file="tests/Unit/LazyLoadingTest.php" tests="8" assertions="23" errors="0" failures="0" skipped="0" time="0.012772"> |
4 | | - <testcase name="`LazyLoading Unit Tests` → it initializes and registers hooks when enabled" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it initializes and registers hooks when enabled" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="1" time="0.009067"/> |
5 | | - <testcase name="`LazyLoading Unit Tests` → it does not initialize when disabled" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it does not initialize when disabled" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="1" time="0.000486"/> |
6 | | - <testcase name="`LazyLoading Unit Tests` → it applies lazy loading to HTML content with images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it applies lazy loading to HTML content with images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="4" time="0.000688"/> |
7 | | - <testcase name="`LazyLoading Unit Tests` → it skips SVG images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips SVG images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.001106"/> |
8 | | - <testcase name="`LazyLoading Unit Tests` → it skips data URL images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips data URL images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.000341"/> |
9 | | - <testcase name="`LazyLoading Unit Tests` → it skips images with no-lazy class" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips images with no-lazy class" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.000350"/> |
10 | | - <testcase name="`LazyLoading Unit Tests` → it handles multiple images in content" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it handles multiple images in content" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="5" time="0.000404"/> |
11 | | - <testcase name="`LazyLoading Unit Tests` → it preserves existing attributes" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it preserves existing attributes" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="6" time="0.000332"/> |
| 3 | + <testsuite name="CLI Arguments" tests="22" assertions="61" errors="0" failures="0" skipped="0" time="0.035335"> |
| 4 | + <testsuite name="Tests\Unit\LazyLoadingTest" file="tests/Unit/LazyLoadingTest.php" tests="8" assertions="23" errors="0" failures="0" skipped="0" time="0.012938"> |
| 5 | + <testcase name="`LazyLoading Unit Tests` → it initializes and registers hooks when enabled" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it initializes and registers hooks when enabled" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="1" time="0.009386"/> |
| 6 | + <testcase name="`LazyLoading Unit Tests` → it does not initialize when disabled" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it does not initialize when disabled" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="1" time="0.000523"/> |
| 7 | + <testcase name="`LazyLoading Unit Tests` → it applies lazy loading to HTML content with images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it applies lazy loading to HTML content with images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="4" time="0.000705"/> |
| 8 | + <testcase name="`LazyLoading Unit Tests` → it skips SVG images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips SVG images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.001031"/> |
| 9 | + <testcase name="`LazyLoading Unit Tests` → it skips data URL images" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips data URL images" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.000315"/> |
| 10 | + <testcase name="`LazyLoading Unit Tests` → it skips images with no-lazy class" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it skips images with no-lazy class" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="2" time="0.000302"/> |
| 11 | + <testcase name="`LazyLoading Unit Tests` → it handles multiple images in content" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it handles multiple images in content" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="5" time="0.000348"/> |
| 12 | + <testcase name="`LazyLoading Unit Tests` → it preserves existing attributes" file="tests/Unit/LazyLoadingTest.php::`LazyLoading Unit Tests` → it preserves existing attributes" class="Tests\Unit\LazyLoadingTest" classname="Tests.Unit.LazyLoadingTest" assertions="6" time="0.000328"/> |
| 13 | + </testsuite> |
| 14 | + <testsuite name="Tests\Unit\FactoriesTest" file="tests/Unit/FactoriesTest.php" tests="5" assertions="19" errors="0" failures="0" skipped="0" time="0.014291"> |
| 15 | + <testcase name="`Factories` → it creates posts with PostFactory" file="tests/Unit/FactoriesTest.php::`Factories` → it creates posts with PostFactory" class="Tests\Unit\FactoriesTest" classname="Tests.Unit.FactoriesTest" assertions="2" time="0.011800"/> |
| 16 | + <testcase name="`Factories` → it creates multiple posts" file="tests/Unit/FactoriesTest.php::`Factories` → it creates multiple posts" class="Tests\Unit\FactoriesTest" classname="Tests.Unit.FactoriesTest" assertions="8" time="0.001000"/> |
| 17 | + <testcase name="`Factories` → it creates assets with AssetFactory" file="tests/Unit/FactoriesTest.php::`Factories` → it creates assets with AssetFactory" class="Tests\Unit\FactoriesTest" classname="Tests.Unit.FactoriesTest" assertions="3" time="0.000740"/> |
| 18 | + <testcase name="`Factories` → it creates CSS assets" file="tests/Unit/FactoriesTest.php::`Factories` → it creates CSS assets" class="Tests\Unit\FactoriesTest" classname="Tests.Unit.FactoriesTest" assertions="3" time="0.000400"/> |
| 19 | + <testcase name="`Factories` → it creates JS assets" file="tests/Unit/FactoriesTest.php::`Factories` → it creates JS assets" class="Tests\Unit\FactoriesTest" classname="Tests.Unit.FactoriesTest" assertions="3" time="0.000351"/> |
| 20 | + </testsuite> |
| 21 | + <testsuite name="Tests\Unit\ModuleSystemTest" file="tests/Unit/ModuleSystemTest.php" tests="5" assertions="10" errors="0" failures="0" skipped="0" time="0.003227"> |
| 22 | + <testcase name="`Module System` → it has ModuleInterface" file="tests/Unit/ModuleSystemTest.php::`Module System` → it has ModuleInterface" class="Tests\Unit\ModuleSystemTest" classname="Tests.Unit.ModuleSystemTest" assertions="1" time="0.002011"/> |
| 23 | + <testcase name="`Module System` → it has traits" file="tests/Unit/ModuleSystemTest.php::`Module System` → it has traits" class="Tests\Unit\ModuleSystemTest" classname="Tests.Unit.ModuleSystemTest" assertions="3" time="0.000339"/> |
| 24 | + <testcase name="`Module System` → it AjaxTrait has methods" file="tests/Unit/ModuleSystemTest.php::`Module System` → it AjaxTrait has methods" class="Tests\Unit\ModuleSystemTest" classname="Tests.Unit.ModuleSystemTest" assertions="1" time="0.000212"/> |
| 25 | + <testcase name="`Module System` → it WidgetTrait has methods" file="tests/Unit/ModuleSystemTest.php::`Module System` → it WidgetTrait has methods" class="Tests\Unit\ModuleSystemTest" classname="Tests.Unit.ModuleSystemTest" assertions="1" time="0.000207"/> |
| 26 | + <testcase name="`Module System` → it Redirects module works" file="tests/Unit/ModuleSystemTest.php::`Module System` → it Redirects module works" class="Tests\Unit\ModuleSystemTest" classname="Tests.Unit.ModuleSystemTest" assertions="4" time="0.000459"/> |
| 27 | + </testsuite> |
| 28 | + <testsuite name="Tests\Unit\ExampleTest" file="tests/Unit/ExampleTest.php" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="0.001785"> |
| 29 | + <testcase name="example" file="tests/Unit/ExampleTest.php::example" class="Tests\Unit\ExampleTest" classname="Tests.Unit.ExampleTest" assertions="1" time="0.001785"/> |
| 30 | + </testsuite> |
| 31 | + <testsuite name="Tests\Feature\SmokeTest" file="tests/Feature/SmokeTest.php" tests="2" assertions="7" errors="0" failures="0" skipped="0" time="0.001542"> |
| 32 | + <testcase name="`Smoke Test` → it tests plugin initialization" file="tests/Feature/SmokeTest.php::`Smoke Test` → it tests plugin initialization" class="Tests\Feature\SmokeTest" classname="Tests.Feature.SmokeTest" assertions="5" time="0.001086"/> |
| 33 | + <testcase name="`Smoke Test` → it tests services instantiation" file="tests/Feature/SmokeTest.php::`Smoke Test` → it tests services instantiation" class="Tests\Feature\SmokeTest" classname="Tests.Feature.SmokeTest" assertions="2" time="0.000456"/> |
| 34 | + </testsuite> |
| 35 | + <testsuite name="Tests\Feature\ExampleTest" file="tests/Feature/ExampleTest.php" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="0.001552"> |
| 36 | + <testcase name="example" file="tests/Feature/ExampleTest.php::example" class="Tests\Feature\ExampleTest" classname="Tests.Feature.ExampleTest" assertions="1" time="0.001552"/> |
| 37 | + </testsuite> |
12 | 38 | </testsuite> |
13 | 39 | </testsuites> |
0 commit comments