initial commit
This commit is contained in:
13
vendor/symfony/maker-bundle/templates/test/TestCase.tpl.php
vendored
Normal file
13
vendor/symfony/maker-bundle/templates/test/TestCase.tpl.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?= "<?php\n" ?>
|
||||
|
||||
namespace <?= $namespace; ?>;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class <?= $class_name ?> extends TestCase
|
||||
{
|
||||
public function testSomething(): void
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user