Example #1
0
 /**
  * @dataProvider crawl_php_file_data
  */
 public function test_crawl_php_file($file, $expected)
 {
     $this->exporter->crawl_php_file($file);
     $this->assertEquals($expected, $this->exporter->get_events());
 }