mirror of
https://github.com/Neur0toxine/pock.git
synced 2024-11-28 15:56:09 +03:00
21 lines
249 B
PHP
21 lines
249 B
PHP
<?php
|
|
|
|
/**
|
|
* PHP 7.1
|
|
*
|
|
* @category PockBuilderTestCase
|
|
* @package Pock\TestUtils
|
|
*/
|
|
|
|
namespace Pock\TestUtils;
|
|
|
|
/**
|
|
* Class PockBuilderTestCase
|
|
*
|
|
* @category PockBuilderTestCase
|
|
* @package Pock\TestUtils
|
|
*/
|
|
class PockBuilderTestCase
|
|
{
|
|
}
|