blob: 617c7b94c8d1b4575a1bcfc94d453d635f229d4c (
plain)
1
2
3
4
5
6
7
8
9
|
//! ref: composer/tests/Composer/Test/DependencyResolver/PoolBuilderTest.php
// testPoolBuilder is a large fixture-driven case that loads packages from test inputs and
// builds a Pool; constraint parsing uses a look-around regex the regex crate cannot compile.
#[test]
#[ignore = "not yet ported (fixture-driven PoolBuilder; constraint parsing uses a look-around regex)"]
fn test_pool_builder() {
todo!()
}
|