Skip to content

Commit f5e991f

Browse files
committed
Update tests and build script
1 parent dc05c10 commit f5e991f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</target>
2727

2828
<!--
29-
TODO: DO NOT EDIT BELOW THIS LINE!!!!
29+
DO NOT EDIT BELOW THIS LINE!!!!
3030
-->
3131

3232
<property name="version" value="HEAD" override="true" />

tests/event/listener_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace phpbb\googleanalytics\tests\event;
1212

13-
require_once dirname(__FILE__) . '/../../../../../includes/functions_acp.php';
13+
require_once __DIR__ . '/../../../../../includes/functions_acp.php';
1414

1515
class event_listener_test extends \phpbb_test_case
1616
{

0 commit comments

Comments
 (0)