for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* @copyright (c) 2019 Mendel <[email protected]>
* @license see license.txt
*/
namespace drycart\di\tests;
/**
* Description of Dummy1
*
* @author mendel
class Dummy
{
public function __construct()
; // NOP :)
}