TestCase for the factory of transformations.
More...
◆ setUp()
TransformationFactoryTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
TransformationFactoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testAddLabels()
TransformationFactoryTest::testAddLabels |
( |
| ) |
|
◆ testCustom()
TransformationFactoryTest::testCustom |
( |
| ) |
|
◆ testSplitString()
TransformationFactoryTest::testSplitString |
( |
| ) |
|
◆ testToData()
TransformationFactoryTest::testToData |
( |
| ) |
|
◆ testToDataWrongType()
TransformationFactoryTest::testToDataWrongType |
( |
| ) |
|
Definition at line 49 of file TransformationFactoryTest.php.
50 {
51 try {
52 $data = $this->f->toData(
'no_such_type');
53 $this->assertFalse("This should not happen");
54 } catch (\InvalidArgumentException $e) {
55 $this->assertTrue(true);
56 }
57 }
References $data.
The documentation for this class was generated from the following file: