Remove all the trailing spaces

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3076 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-09-23 14:46:24 +00:00
parent af404818e5
commit 59e38dff4e
9 changed files with 46 additions and 47 deletions

View File

@@ -88,7 +88,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = $n->insert (array ("zo ne"=>"zone1",
@@ -130,7 +130,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$n->insert (array ("zo ne"=>"zone2", "opendate"=>"2015-05-04 00:11:22"));
@@ -165,7 +165,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = count ($n->read ());
@@ -209,7 +209,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = count ($n->read ());
@@ -240,7 +240,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$this->setExpectedException ("Exception");
@@ -282,7 +282,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$this->setExpectedException ("Exception");
@@ -312,7 +312,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$this->setExpectedException ("Exception");
@@ -354,7 +354,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = $n->update (1, array ("zo ne"=>"ALLOWED"));
@@ -384,7 +384,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = $n->delete (1);
@@ -426,7 +426,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
->uniqueSet (array ("id", array ("zo ne", "vie wname")))
->authzgroupsSet ($a)
->moduleSet ("modTest")
->userSet ("user")
->userSet ("user")
->createGroupSet ("group")
->pathSet ("/article/base/poub");
$res = $n->read (null, array ("zo ne", "vie wname"));