Sonata\Exporter\Test\Writer\FormattedBoolWriterTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->trueLabel = 'yes';
        $this->falseLabel = 'no';
    }
FormattedBoolWriterTest