Skip to content

Commit

Permalink
[PHPunit] add: first version of unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo David committed Dec 21, 2021
1 parent 6539942 commit f44e379
Show file tree
Hide file tree
Showing 9 changed files with 1,412 additions and 717 deletions.
5 changes: 5 additions & 0 deletions .buildpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>
22 changes: 22 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>digiriskdolibarr</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>
2 changes: 0 additions & 2 deletions class/digiriskelement.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,4 @@ function getTrashList($only_ids = true)

return $ids;
}


}
Loading

0 comments on commit f44e379

Please sign in to comment.