api_generator / branches / master / tests / test_app / sloppy_code.php

history
<?php
class SloppyClass{
	
}
class ExtraLinesClass
{
	
}
abstract class AnohterStupidClass
{
	
}
class Zend_random_file_with_really_long_name extends AnohterStupidClass{
	
}
class Really_Long_class_name extends Zend_random_file_with_really_long_name{
	
}