initial commit
This commit is contained in:
14
vendor/symfony/maker-bundle/templates/test/Unit.tpl.php
vendored
Normal file
14
vendor/symfony/maker-bundle/templates/test/Unit.tpl.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php /* @deprecated remove this method when removing make:unit-test and make:functional-test */ ?>
|
||||
<?= "<?php\n" ?>
|
||||
|
||||
namespace <?= $namespace; ?>;
|
||||
|
||||
<?= $use_statements; ?>
|
||||
|
||||
class <?= $class_name ?> extends TestCase
|
||||
{
|
||||
public function testSomething(): void
|
||||
{
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user