Scalr\Tests\Api\ApiEntityAdapterTest::testValidateForbidSymbol PHP Méthode

testValidateForbidSymbol() public méthode

The test for the detection of banned symbols in the properties of an object
public testValidateForbidSymbol ( stdClass $object )
$object stdClass test request object
    public function testValidateForbidSymbol($object)
    {
        static::$entity2Adapter->validateObject($object);
    }