()
| 159 | |
| 160 | |
| 161 | def test_bad_php_parse_b(): |
| 162 | with pytest.raises(AssertionError) as ex: |
| 163 | code2flow("test_code/php/bad_php/bad_php_b.php", "/tmp/code2flow/out.json") |
| 164 | assert "parse" in ex and "php" in ex.lower() |
| 165 | |
| 166 | |
| 167 | def test_no_source_type(): |
nothing calls this directly
no test coverage detected