mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Fix wonky tabs.
This commit is contained in:
parent
3b9f88030e
commit
fb7717c0da
1 changed files with 2 additions and 2 deletions
|
@ -71,9 +71,9 @@ class <?php echo $fullClassName; ?>TestCase extends CakeTestCase {
|
|||
*/
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
<?php echo $preConstruct; ?>
|
||||
<?php echo $preConstruct ? "\t\t" . $preConstruct : ''; ?>
|
||||
$this-><?php echo $className . ' = ' . $construction; ?>
|
||||
<?php echo $postConstruct; ?>
|
||||
<?php echo $postConstruct ? "\t\t" . $postConstruct : ''; ?>
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue