Skip to content

Commit

Permalink
Merge pull request #8 from mattsbennett/master
Browse files Browse the repository at this point in the history
Fix UserManager class path in ConnexionTest.
  • Loading branch information
gchicoye committed Feb 7, 2019
2 parents 70242bb + 55e9d13 commit c972b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tests/ConnexionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require __DIR__.'/../scriptLoader.php';

$traffickerId = (new \App\Dfp\UserManager())->getUserId();
$traffickerId = (new \App\AdManager\UserManager())->getUserId();

if (is_numeric($traffickerId)) {
echo "\n====Connexion OK====\n\n";
Expand Down

0 comments on commit c972b80

Please sign in to comment.