Skip to content

[Hackday] [2.7] Add a deprecation note about TypeTestCase #12605

@javiereguiluz

Description

@javiereguiluz

NOTE: This issue is part of the "SymfonyCon 2014 Madrid Hackday" effort to add logs for every 2.7 deprecated feature. This is needed before removing those features in 3.0 version. Please, add you name in a comment of this issue if you are going to work on this.


The TypeTestCase class was moved from the Symfony\Component\Form\Tests\Extension\Core\Type namespace to the Symfony\Component\Form\Test namespace.

Before:

use Symfony\Component\Form\Tests\Extension\Core\Type\TypeTestCase

class MyTypeTest extends TypeTestCase
{
   // ...
}

After:

use Symfony\Component\Form\Test\TypeTestCase;

class MyTypeTest extends TypeTestCase
{
   // ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions