File: test-version-get.phpt

package info (click to toggle)
libvirt-php 0.5.8-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 9,352; sh: 4,578; php: 269; makefile: 219; xml: 93
file content (8 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
<?php
	require_once('functions.phpt');

	if (!is_array( libvirt_version() ) )
		bail("Libvirt version doesn't return an array");

	success( basename(__FILE__) );
?>