()
| 153 | |
| 154 | |
| 155 | def test_bad_php_parse_a(): |
| 156 | with pytest.raises(AssertionError) as ex: |
| 157 | code2flow("test_code/php/bad_php/bad_php_a.php", "/tmp/code2flow/out.json") |
| 158 | assert "parse" in ex and "syntax" in ex |
| 159 | |
| 160 | |
| 161 | def test_bad_php_parse_b(): |
nothing calls this directly
no test coverage detected