We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d461580 commit eeb704cCopy full SHA for eeb704c
example.php
@@ -45,5 +45,5 @@
45
echo 'Comment blocked. Reason ' . $ct_result->comment;
46
}
47
echo "<br/>CleantalkAPI call example:<br/>";
48
-var_dump(CleantalkAPI::notice_validate_key('',''));
+var_dump(CleantalkAPI::method__notice_validate_key('',''));
49
?>
tests/CleantalkTest.php
@@ -1,10 +1,5 @@
1
<?php
2
-require_once 'lib/Cleantalk.php';
3
-require_once 'lib/CleantalkRequest.php';
4
-require_once 'lib/CleantalkResponse.php';
5
-require_once 'lib/CleantalkAPI.php';
6
-require_once 'lib/CleantalkHelper.php';
7
-require_once 'lib/cleantalk-php-patch.php';
+require "vendor/autoload.php";
8
9
use lib\Cleantalk;
10
use lib\CleantalkRequest;
0 commit comments