|
Previous Page |
Solar_Test |
Next Page |
assertNotSame()
public
bool
assertNotSame (
mixed $actual,
mixed $expect
)
Asserts that two variables are not the same type and value.
Parameters
- (mixed)
$actual: The variable to test. - (mixed)
$expect: The non-expected result.
Returns
- (bool) The assertion result.
Description
Asserts that two variables are not the same type and value.
When used on objects, asserts the two variables are not references to the same object.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- _exception()
- _export()
- _ksort()
- apiVersion()
- assertEquals()
- assertFalse()
- assertInstance()
- assertNotEquals()
- assertNotFalse()
- assertNotInstance()
- assertNotNull()
- assertNotRegex()
- assertNotSame()
- assertNotTrue()
- assertNull()
- assertProperty()
- assertRegex()
- assertSame()
- assertTrue()
- assertType()
- dump()
- error()
- fail()
- getAssertCount()
- locale()
- resetAssertCount()
- setup()
- skip()
- teardown()
- todo()