Fix typo in StreamVariableTest.php (#616)

existant -> existent
This commit is contained in:
Ikko Ashimine
2021-01-09 01:28:33 +09:00
committed by GitHub
parent 63b3c0aed0
commit 3af2df20a4

View File

@@ -59,7 +59,7 @@ class StreamVariableTest extends PHPUnit_Smarty
}
*/
/**
* test no existant stream variable
* test no existent stream variable
*/
// public function testStreamVariable2()
// {