Example #1
0
 function notify(Result $result)
 {
     $this->writer->write($result->getSymbol());
 }
Example #2
0
 /**
  * @dataProvider resultProvider
  */
 function testGetSymbol(Result $result, \string $expected)
 {
     $this->assertSame($expected, $result->getSymbol());
 }