Skip to content

Support $this->assertIsString #67

Closed
@amalricBzh

Description

@amalricBzh

Hi,

I have this code :

$content = $client->getResponse()->getContent();
$this->assertIsString($content);
$this->assertJson($content);

phpstan throws an error:

Parameter #1 $actualJson of method PHPUnit\Framework\Assert::assertJson() expects string, string|false given.

I expect that phpstan understand that if assertIsString($content) passed, $content is a string, and phpstan should not throw an error.

My composer file:

"require-dev": {
    "phpstan/phpstan": "^0.11",
    "phpstan/phpstan-phpunit": "^0.11",
    [...]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions