Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
187564e6
Commit
187564e6
authored
Jan 13, 2012
by
stefanooldeman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use consistent method names for tests formatDate
parent
bc8311c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/Solarium/Query/HelperTest.php
tests/Solarium/Query/HelperTest.php
+3
-3
No files found.
tests/Solarium/Query/HelperTest.php
View file @
187564e6
...
...
@@ -185,7 +185,7 @@ class Solarium_Query_HelperTest extends PHPUnit_Framework_TestCase
);
}
public
function
testFormat
TimestampInput
()
public
function
testFormat
DateInputTimestamp
()
{
$this
->
assertFalse
(
$this
->
_helper
->
formatDate
(
strtotime
(
'2011---'
)),
...
...
@@ -213,7 +213,7 @@ class Solarium_Query_HelperTest extends PHPUnit_Framework_TestCase
);
}
public
function
testFormatDate
StringInput
()
public
function
testFormatDate
InputString
()
{
$this
->
assertFalse
(
$this
->
_helper
->
formatDate
(
date
(
'Y-m-d'
,
strtotime
(
'2011-11-31'
))),
...
...
@@ -227,7 +227,7 @@ class Solarium_Query_HelperTest extends PHPUnit_Framework_TestCase
);
}
public
function
testFormatDate
TimeInput
()
public
function
testFormatDate
InputDateTime
()
{
$this
->
assertFalse
(
...
...
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