Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.62 KB | None | 0 0
  1. PHPUnit 4.8.22 by Sebastian Bergmann and contributors.
  2.  
  3. .
  4.  
  5. Time: 7.26 seconds, Memory: 30.75Mb
  6.  
  7. OK (1 test, 1 assertion)
  8.  
  9. Remaining deprecation notices (10)
  10.  
  11. Accessing type "password" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\PasswordType" instead: 2x
  12.     2x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  13.  
  14. Accessing type "file" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\FileType" instead: 2x
  15.     2x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  16.  
  17. Accessing type "checkbox" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\CheckboxType" instead: 1x
  18.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  19.  
  20. Accessing type "submit" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\SubmitType" instead: 1x
  21.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  22.  
  23. Accessing type "text" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\TextType" instead: 1x
  24.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  25.  
  26. AGIL\ProfileBundle\Form\ProfileEditType: The FormTypeInterface::getName() method is deprecated since version 2.8 and will be removed in 3.0. Remove it from your classes. Use getBlockPrefix() if you want to customize the template block prefix. This method will be added to the FormTypeInterface with Symfony 3.0: 1x
  27.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  28.  
  29. Accessing type "email" by its string name is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "Symfony\Component\Form\Extension\Core\Type\EmailType" instead: 1x
  30.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
  31.  
  32. Passing type instances to FormBuilder::add(), Form::add() or the FormFactory is deprecated since version 2.8 and will not be supported in 3.0. Use the fully-qualified type class name instead (AGIL\ProfileBundle\Form\ProfileEditType): 1x
  33.     1x in DefaultControllerTest::testShow from AGIL\ProfileBundle\Tests\Controller
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement