I am facing an unexpected behaviour trying to use the following:
$object instanceof $class
1/ PHP \'instanceof\' keyword and namespaces wor
I use simpler variant
var_dump($object instanceof \Tools\Tests\Entity\testClass);