Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pquery
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
pquery
Commits
8795d8ee
Commit
8795d8ee
authored
Dec 09, 2011
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:taddeus/pquery
parents
b0352bd4
91f91a87
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
README.txt
README.txt
+2
-3
test/sql.php
test/sql.php
+0
-2
No files found.
README.txt
View file @
8795d8ee
Unit tests in this project assume presence of Simpletest
Unit tests in this project assume that PHPUnit and the PHP extention
(https://github.com/wesen/php-simpletest) in a folder 'simpletest' in the same
Xdebug (needed for coverage report) have both been installed.
folder that the pQuery folder is located in.
\ No newline at end of file
test/sql.php
View file @
8795d8ee
...
@@ -172,8 +172,6 @@ class pQuerySqlTest extends PHPUnit_Framework_TestCase {
...
@@ -172,8 +172,6 @@ class pQuerySqlTest extends PHPUnit_Framework_TestCase {
function
test_update
()
{
function
test_update
()
{
$update
=
__sql
::
update
(
'foo'
,
array
(
'bar'
=>
'test1'
),
$update
=
__sql
::
update
(
'foo'
,
array
(
'bar'
=>
'test1'
),
array
(
'id'
=>
1
),
false
)
->
execute
();
array
(
'id'
=>
1
),
false
)
->
execute
();
// Do not continue unless the value has been updated
$this
->
assertTrue
(
$update
->
result
);
$this
->
assertTrue
(
$update
->
result
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment