mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing the ?> from files generated by bake. Fixes #1631
This commit is contained in:
parent
fbab7bd9c3
commit
5a58d38a80
5 changed files with 1 additions and 4 deletions
|
@ -58,4 +58,3 @@ echo $actions;
|
|||
endif; ?>
|
||||
|
||||
}
|
||||
<?php echo "?>"; ?>
|
|
@ -39,4 +39,3 @@ class <?php echo $model; ?>Fixture extends CakeTestFixture {
|
|||
var $records = <?php echo $records; ?>;
|
||||
<?php endif;?>
|
||||
}
|
||||
<?php echo '?>'; ?>
|
|
@ -139,4 +139,3 @@ if (!empty($associations['hasAndBelongsToMany'])):
|
|||
endif;
|
||||
?>
|
||||
}
|
||||
<?php echo '?>'; ?>
|
|
@ -54,4 +54,3 @@ class <?php echo $fullClassName; ?>TestCase extends CakeTestCase {
|
|||
|
||||
<?php endforeach;?>
|
||||
}
|
||||
<?php echo '?>'; ?>
|
|
@ -31,6 +31,7 @@ if (!class_exists('ShellDispatcher')) {
|
|||
require CAKE . 'console' . DS . 'cake.php';
|
||||
ob_end_clean();
|
||||
}
|
||||
null
|
||||
|
||||
require_once CAKE . 'console' . DS . 'libs' . DS . 'tasks' . DS . 'project.php';
|
||||
require_once CAKE . 'console' . DS . 'libs' . DS . 'tasks' . DS . 'controller.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue