public function testFile() { $pattern = new Pattern('one/two/three', __FILE__); $this->assertEquals(__FILE__, $pattern->getFile()); }