vote up 0 vote down star

Where can I find a list of all PHPUnit assertions?

flag

2 Answers

vote up 5 vote down check

See http://www.phpunit.de/manual/3.3/en/phpunit-book.html

assertArrayHasKey()
assertClassHasAttribute()
assertClassHasStaticAttribute()
assertContains()
assertContainsOnly()
assertEqualXMLStructure()
assertEquals()
assertFalse()
assertFileEquals()
assertFileExists()
assertGreaterThan()
assertGreaterThanOrEqual()
assertLessThan()
assertLessThanOrEqual()
assertNotNull()
assertObjectHasAttribute()
assertRegExp()
assertSame()
assertSelectCount()
assertSelectEquals()
assertSelectRegExp()
assertStringEqualsFile()
assertTag()
assertThat()
assertTrue()
assertType()
assertXmlFileEqualsXmlFile()
assertXmlStringEqualsXmlFile()
assertXmlStringEqualsXmlString()
link|flag
vote up 0 vote down

http://google.com/?q=phpunit+assertions

They seem to be listed at the first result....

link|flag
Yeah, apologies - that was a bit grumpy of me. I should probably have linked to google.com instead. Didn't see the animation stuff til I loaded up the link, I'd agree with your categorisation of that as a bit smart ass. I've changed the link. – Dominic Rodger Feb 20 at 12:31
It's important to tell people when they're being lazy and should RTFM or Google. – mozboz Feb 20 at 13:20
Dominic - my previous comment removed mozboz - the idea behind Stack overflow is to create a almost a Wiki like site of programming knowledge is it not? – rmbarnes Feb 20 at 13:59
rmbarnes - I suppose opinions on that would vary widely. Personally, I think it's probably more geared towards helping people with specific problems, rather than information requests. – Dominic Rodger Feb 20 at 15:26

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.