We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc05c10 commit f5e991fCopy full SHA for f5e991f
2 files changed
build.xml
@@ -26,7 +26,7 @@
26
</target>
27
28
<!--
29
- TODO: DO NOT EDIT BELOW THIS LINE!!!!
+ DO NOT EDIT BELOW THIS LINE!!!!
30
-->
31
32
<property name="version" value="HEAD" override="true" />
tests/event/listener_test.php
@@ -10,7 +10,7 @@
10
11
namespace phpbb\googleanalytics\tests\event;
12
13
-require_once dirname(__FILE__) . '/../../../../../includes/functions_acp.php';
+require_once __DIR__ . '/../../../../../includes/functions_acp.php';
14
15
class event_listener_test extends \phpbb_test_case
16
{
0 commit comments