Example #1
0
 public function testCompile()
 {
     $config = new Config([__DIR__ . '/fixtures/test_file.php', __DIR__ . '/fixtures/test_file2.php']);
     $this->assertCount(1, $config->compile());
     $this->assertSame(['test' => 'test_file2.php'], $config->compile());
 }