Commit 26df043f authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Fixing double imports by moving support files out of the way.

parent 7955bcf7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?php
require_once(__DIR__ . '/../syntax/grammar.php');
require_once(__DIR__ . '/../syntax/exceptions.php');
require_once(__DIR__ . '/../lib/grammar.php');
require_once(__DIR__ . '/../lib/exceptions.php');

/**
 * General tests for the ifauthex plugin
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading