1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/tests_old/DoctrineTest/Reporter.php
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;
}
}