not used to plugin testing - trying to get working but fixtures not working yet
This commit is contained in:
8
tests/test_app/src/Controller/AppController.php
Normal file
8
tests/test_app/src/Controller/AppController.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace TestApp\Controller;
|
||||
|
||||
use Cake\Controller\Controller;
|
||||
|
||||
class AppController extends Controller {
|
||||
}
|
||||
Reference in New Issue
Block a user