| 1 | <?php |
||
| 8 | class MailDefinitionProviderSymfonyTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var MailDefinitionProviderSymfony |
||
| 12 | */ |
||
| 13 | protected $fixture; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @var KernelInterface |
||
| 17 | */ |
||
| 18 | protected $kernel; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var \Twig_Environment |
||
| 22 | */ |
||
| 23 | protected $twig; |
||
| 24 | |||
| 25 | protected function setUp() |
||
| 32 | |||
| 33 | public function testFetchDefinitionResolvesProperlyAndFetchesXml() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @expectedException \InvalidArgumentException |
||
| 43 | */ |
||
| 44 | public function testResourceFormatWithoutBundleNameThrowsException() |
||
| 48 | } |
||
| 49 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..