Skip to content

Commit

Permalink
Qual: Remove var_dump and exit from SocieteTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 16, 2025
1 parent 7c31549 commit eadf4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/phpunit/SocieteTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?php

/* Copyright (C) 2010 Laurent Destailleur <[email protected]>
* Copyright (C) 2023 Alexandre Janniaux <[email protected]>
* Copyright (C) 2024 Frédéric France <[email protected]>
* Copyright (C) 2025 MDW <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -100,7 +102,6 @@ public function testSocieteCreate()
$localobject->country_code = 'ES';

$result = $localobject->create($user);
var_dump($localobject);exit;

print __METHOD__." result=".$result."\n";
$this->assertLessThanOrEqual($result, 0);
Expand Down

0 comments on commit eadf4c9

Please sign in to comment.