1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
psalm/tests/TestConfig.php
2016-12-14 12:28:38 -05:00

13 lines
162 B
PHP

<?php
namespace Psalm\Tests;
use Psalm\Config;
class TestConfig extends Config
{
public function __construct()
{
parent::__construct();
}
}