getSmarty(); // Assert correct class instance $this->assertInstanceOf(Smarty::class, $smartyInstance); // Assert that the required folders exist $this->assertDirectoryExists($smartyInstance->compile_dir); $this->assertDirectoryExists($smartyInstance->cache_dir); } }