For the unit test to create the controller extension, the correct setup is to instantiate a new ApexPages.StandardController with the Account record and then use it to instantiate the AccountControllerExt. This sets up the controller extension with the context of the provided Account record.References: Apex Developer Guide - Testing Custom Controllers and Controller Extensions