File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33namespace Tatter \Frontend \Test ;
44
5- use Tatter \Assets \Test \TestCase ;
5+ use CodeIgniter \Test \CIUnitTestCase ;
6+ use Tatter \Assets \Test \AssetsTestTrait ;
67use Tatter \Frontend \FrontendPublisher ;
78
8- abstract class PublishersTestCase extends TestCase
9+ abstract class PublishersTestCase extends CIUnitTestCase
910{
11+ use AssetsTestTrait;
12+
1013 /**
1114 * @dataProvider publisherProvider
1215 *
Original file line number Diff line number Diff line change 11<?php
22
3- use Tatter \Assets \Test \TestCase ;
3+ use CodeIgniter \Test \CIUnitTestCase ;
4+ use Tatter \Assets \Test \AssetsTestTrait ;
45use Tatter \Frontend \FrontendPublisher ;
56
67/**
78 * @internal
89 */
9- final class FrontendPublisherTest extends TestCase
10+ final class FrontendPublisherTest extends CIUnitTestCase
1011{
12+ use AssetsTestTrait;
13+
1114 public function testPublisherThrowsWithoutPath ()
1215 {
1316 $ this ->expectException ('DomainException ' );
You can’t perform that action at this time.
0 commit comments