for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace HeroesofAbenez\Chat;
require __DIR__ . "/../../bootstrap.php";
/**
* @author Jakub Konečný
* @testCase
* @skip
*/
final class NewChatMessageFormFactoryTest extends \Tester\TestCase {
use \Testbench\TPresenter;
Testbench\TPresenter
HeroesofAbenez\Chat\NewChatMessageFormFactoryTest
$name
$parameters
public function testCreate(): void {
$this->checkAction("Chat:default");
}
$test = new NewChatMessageFormFactoryTest();
$test->run();
?>