Project

General

Profile

Task #47922

Updated by Pallier Etienne over 2 years ago

- config/ 

   - .env.example 

   - routes.php : J'ai désactivé la ligne 69 pour que les tests passent !!! 
     /////////$routes->applyMiddleware('csrf'); 

   - new app_local.php.310 
   - new app_local.example.php.310 



 - src/Template/Layout.310/ 

 - src/View/ 

 - tests/ : 
    - new TestCase/ApplicationTest.php 
    - new TestCase/Controller/PagesControllerTest.php.310 

 - DEPRECATED errors 

	 Erreurs qu'on ne voit que si on met  
	         'errorLevel' => E_ALL, 
     dans app.php : 
    

 
    


 Strict (2048): Non-static method App\Model\Table\AppTable::isValidRole() should not be called statically [APP/Model/Table/MaterielsTable.php, line 296] 

 Warning (2): Cannot modify header information - headers already sent by (output started at /var/www/html/inventirap-test1/vendor/cakephp/cakephp/src/Error/Debugger.php:853) [APP/Template/Layout/default.ctp, line 43] 

Back