1 2 3 4 5 6 7 8 9 10 11 12 13
<?php /** * @class BaMLAssert * * Define assertions foreach BaML * Verb Text and Attribute * * This should be defined in the Object */ namespace Catapult; abstract class BaMLAssert {}