//! ref: composer/tests/Composer/Test/Repository/FilesystemRepositoryTest.php #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_read() { todo!() } #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_corrupted_repository_file() { todo!() } #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_unexistent_repository_file() { todo!() } #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_write() { todo!() } #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_writes_installed_php() { todo!() } #[test] #[ignore = "test body not yet ported (todo!() stub)"] fn test_safely_load_installed_versions() { todo!() }