1
0
mirror of synced 2025-01-19 15:01:40 +03:00
2008-02-08 17:27:54 +00:00

13 lines
159 B
PHP

<?php
class DoctrineTest_Reporter
{
protected $_test;
public function setTestCase(GroupTest $test)
{
$this->_test = $test;
}
}