assertTrue(function_exists('sysqueue')); $reflection = new \ReflectionFunction('sysqueue'); $this->assertSame( realpath(WORKER_TEST_PACKAGE_ROOT . '/src/common.php'), realpath((string)$reflection->getFileName()) ); } }