for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of bldr
*
* (c) Aaron Scherer <[email protected]>
* This source file is subject to the license that is bundled
* with this source code in the file LICENSE
*/
namespace Bldr\Test\Mock;
use Symfony\Component\Console\Application;
* @author Aaron Scherer <[email protected]>
class MockApplication extends Application
{
public function setBuildName()
}