CSY2028-assignment-2/tests/testTest.php

6 lines
124 B
PHP
Raw Normal View History

2023-02-05 23:04:45 +00:00
<?php
class DatabaseTableTest extends \PHPUnit\Framework\TestCase {
public function testFindColumnsValues() {
}
}
?>