File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,8 +122,9 @@ you will need to include both.
122122
123123## Testing
124124
125- This library includes some PHPUnit extension classes in ** src/Test/** to assist with testing
126- vendor-sourced Bundles and Publishers. These are uses to test the files from this library
127- but are also available for other projects that use ` Tatter\Frontend ` . To test your own
128- classes simply extend the appropriate test case and add a data provider method with your
129- class name and criteria to meet. See the test files in ** tests/** for examples.
125+ This library includes a PHPUnit extension classes in ** src/Test/** to assist with testing
126+ vendor-sourced Publishers. ` Tatter\Assets ` has a similar test case for Bundles. These two
127+ classes are used to test the files from this library but are also available for other projects
128+ that use ` Tatter\Frontend ` . To test your own classes simply extend the appropriate test case
129+ and add a data provider method with your class name and criteria to meet. See the test files
130+ in ** tests/** for examples.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33namespace Tatter \Frontend \Test ;
44
5+ use Tatter \Assets \Test \TestCase ;
56use Tatter \Frontend \FrontendPublisher ;
67
78abstract class PublishersTestCase extends TestCase
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33namespace Tatter \Frontend \Bundles ;
44
5- use Tatter \Frontend \Test \BundlesTestCase ;
5+ use Tatter \Assets \Test \BundlesTestCase ;
66
77/**
88 * @internal
Original file line number Diff line number Diff line change 11<?php
22
3+ use Tatter \Assets \Test \TestCase ;
34use Tatter \Frontend \FrontendPublisher ;
4- use Tatter \Frontend \Test \TestCase ;
55
66/**
77 * @internal
You can’t perform that action at this time.
0 commit comments