mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 04:40:08 -07:00
10 lines
116 B
PHP
10 lines
116 B
PHP
<?php
|
|
|
|
namespace Tests\AppBundle\Service;
|
|
|
|
use Tests\AppBundle\BaseTest;
|
|
|
|
class ZipServiceTest extends BaseTest
|
|
{
|
|
|
|
} |