Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
c0b5b9f0
Commit
c0b5b9f0
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fixed: Removed deprecated function
parent
48818ed2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/phpunit/ContratTest.php
+2
-26
2 additions, 26 deletions
test/phpunit/ContratTest.php
with
2 additions
and
26 deletions
test/phpunit/ContratTest.php
+
2
−
26
View file @
c0b5b9f0
...
@@ -162,37 +162,13 @@ class ContratTest extends PHPUnit_Framework_TestCase
...
@@ -162,37 +162,13 @@ class ContratTest extends PHPUnit_Framework_TestCase
return
$localobject
;
return
$localobject
;
}
}
/**
* testContratValid
*
* @param Contrat $localobject Contract
* @return int
*
* @depends testContratFetch
* The depends says test is run only if previous is ok
*/
public
function
testContratValid
(
$localobject
)
{
global
$conf
,
$user
,
$langs
,
$db
;
$conf
=
$this
->
savconf
;
$user
=
$this
->
savuser
;
$langs
=
$this
->
savlangs
;
$db
=
$this
->
savdb
;
$result
=
$localobject
->
update_statut
(
$user
);
print
__METHOD__
.
" id="
.
$localobject
->
id
.
" result="
.
$result
.
"
\n
"
;
$this
->
assertLessThan
(
$result
,
0
);
return
$localobject
;
}
/**
/**
* testContrat
Valid
* testContrat
Other
*
*
* @param Object $localobject Object contract
* @param Object $localobject Object contract
* @return int
* @return int
*
*
* @depends testContrat
Valid
* @depends testContrat
Fetch
* The depends says test is run only if previous is ok
* The depends says test is run only if previous is ok
*/
*/
public
function
testContratOther
(
$localobject
)
public
function
testContratOther
(
$localobject
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment