File tree 6 files changed +9
-119
lines changed
6 files changed +9
-119
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,9 @@ you will need to include both.
122
122
123
123
## Testing
124
124
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 2
2
3
3
namespace Tatter \Frontend \Test ;
4
4
5
+ use Tatter \Assets \Test \TestCase ;
5
6
use Tatter \Frontend \FrontendPublisher ;
6
7
7
8
abstract class PublishersTestCase extends TestCase
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
namespace Tatter \Frontend \Bundles ;
4
4
5
- use Tatter \Frontend \Test \BundlesTestCase ;
5
+ use Tatter \Assets \Test \BundlesTestCase ;
6
6
7
7
/**
8
8
* @internal
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ use Tatter \Assets \Test \TestCase ;
3
4
use Tatter \Frontend \FrontendPublisher ;
4
- use Tatter \Frontend \Test \TestCase ;
5
5
6
6
/**
7
7
* @internal
You can’t perform that action at this time.
0 commit comments