-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-results.xml
More file actions
39 lines (39 loc) · 6.91 KB
/
test-results.xml
File metadata and controls
39 lines (39 loc) · 6.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="CLI Arguments" tests="22" assertions="61" errors="0" failures="0" skipped="0" time="0.035335">
<testsuite name="Tests\Unit\LazyLoadingTest" file="tests/Unit/LazyLoadingTest.php" tests="8" assertions="23" errors="0" failures="0" skipped="0" time="0.012938">
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
</testsuite>
<testsuite name="Tests\Unit\FactoriesTest" file="tests/Unit/FactoriesTest.php" tests="5" assertions="19" errors="0" failures="0" skipped="0" time="0.014291">
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
</testsuite>
<testsuite name="Tests\Unit\ModuleSystemTest" file="tests/Unit/ModuleSystemTest.php" tests="5" assertions="10" errors="0" failures="0" skipped="0" time="0.003227">
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
</testsuite>
<testsuite name="Tests\Unit\ExampleTest" file="tests/Unit/ExampleTest.php" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="0.001785">
<testcase name="example" file="tests/Unit/ExampleTest.php::example" class="Tests\Unit\ExampleTest" classname="Tests.Unit.ExampleTest" assertions="1" time="0.001785"/>
</testsuite>
<testsuite name="Tests\Feature\SmokeTest" file="tests/Feature/SmokeTest.php" tests="2" assertions="7" errors="0" failures="0" skipped="0" time="0.001542">
<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"/>
<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"/>
</testsuite>
<testsuite name="Tests\Feature\ExampleTest" file="tests/Feature/ExampleTest.php" tests="1" assertions="1" errors="0" failures="0" skipped="0" time="0.001552">
<testcase name="example" file="tests/Feature/ExampleTest.php::example" class="Tests\Feature\ExampleTest" classname="Tests.Feature.ExampleTest" assertions="1" time="0.001552"/>
</testsuite>
</testsuite>
</testsuites>