PHPUnit_Framework_Assert::assertNotContainsOnly
Asserts that a haystack does not contain only values of a given type.
Signature
public function assertNotContainsOnly(string
$type,
[mixed
$haystack = null,
[boolean
$isNativeType = null,
[string
$message = '']]] )
Parameters
$type— string$haystack— mixed$isNativeType— boolean$message— string