mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
baked tests match code standard by default
This commit is contained in:
parent
08c3008874
commit
6aca8036f4
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ echo "<?php\n";
|
||||||
App::uses('<?php echo $dependency[0]; ?>', '<?php echo $dependency[1]; ?>');
|
App::uses('<?php echo $dependency[0]; ?>', '<?php echo $dependency[1]; ?>');
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
<?php if ($mock and strtolower($type) == 'controller'): ?>
|
<?php if ($mock && strtolower($type) === 'controller'): ?>
|
||||||
/**
|
/**
|
||||||
* Test<?php echo $fullClassName; ?>
|
* Test<?php echo $fullClassName; ?>
|
||||||
*
|
*
|
||||||
|
@ -99,7 +99,6 @@ class <?php echo $fullClassName; ?>Test extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function test<?php echo Inflector::camelize($method); ?>() {
|
public function test<?php echo Inflector::camelize($method); ?>() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue