Fixed the PHP test.
This commit is contained in:
parent
1f071dc69a
commit
e7067211e7
3 changed files with 2 additions and 8 deletions
|
|
@ -178,7 +178,7 @@ class ToolsTestCase(unittest.TestCase):
|
|||
self._test_tool(tools.bcpp, [("hello.cpp", tools.Status.normal)])
|
||||
|
||||
def test_php5_syntax(self):
|
||||
self._test_tool(tools.bcpp, [("root.php", tools.Status.normal)])
|
||||
self._test_tool(tools.php5_syntax, [("root.php", tools.Status.ok)])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue