File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 17
17
18
18
class DataCollectorTranslatorTest extends \PHPUnit_Framework_TestCase
19
19
{
20
- protected function setUp ()
21
- {
22
- if (!class_exists ('Symfony\Component\HttpKernel\DataCollector\DataCollector ' )) {
23
- $ this ->markTestSkipped ('The "DataCollector" is not available ' );
24
- }
25
- }
26
20
public function testCollectMessages ()
27
21
{
28
22
$ collector = $ this ->createCollector ();
Original file line number Diff line number Diff line change 16
16
17
17
class JsonFileLoaderTest extends \PHPUnit_Framework_TestCase
18
18
{
19
- protected function setUp ()
20
- {
21
- if (!class_exists ('Symfony\Component\Config\Loader\Loader ' )) {
22
- $ this ->markTestSkipped ('The "Config" component is not available ' );
23
- }
24
- }
25
-
26
19
public function testLoad ()
27
20
{
28
21
$ loader = new JsonFileLoader ();
Original file line number Diff line number Diff line change 17
17
18
18
class LoggingTranslatorTest extends \PHPUnit_Framework_TestCase
19
19
{
20
- protected function setUp ()
21
- {
22
- if (!interface_exists ('Psr\Log\LoggerInterface ' )) {
23
- $ this ->markTestSkipped ('The "LoggerInterface" is not available ' );
24
- }
25
- }
26
-
27
20
public function testTransWithNoTranslationIsLogged ()
28
21
{
29
22
$ logger = $ this ->getMock ('Psr\Log\LoggerInterface ' );
You can’t perform that action at this time.
0 commit comments